How to delete the latest version of UD_ADUSER forms in design console

Hi,
In the form designer for the UD_ADUSER form we have created new version but we wanted to delete these latest versions but we are not able to how can we delete the later versions which we created and make original version as active

Hi,
Create new version, add or delete columns whatever you are required, then create active version.
Then run the fvc (form version control Utility) utility from previous version to current version.
you can find FVC in your design console directory !!
Regards,
Raghav.

Similar Messages

  • How to Delete the Latest Version of a Document

    Suppose i have a document A which has 3 versions, 1,2 and 3
    now i have to delete the 3rd version and make 2nd as the latest
    one. how to go about doing that??

    Are you sure? It seems that you could get the last version description and delete it with the free() method as follows:
    VersionDescription[] vds = IfsFileSystem.getHistory(po);
    // delete the last version
    vds[vds.length-1].free();

  • How to delete the beta version in icloud?

    I purchased iWork half an year ago and I use it in icloud. But since the beta version has appeared, it´s not possible to work with my own software. Who knows how to delete the beta version from icloud?

    You can't delete it.
    Why do you need to?  Why can't you just work with your documents like everyone else does, by opening iWork software on your Mac and using File > Open, etc to see your docs that are in iCloud?  Why would you need to use your browser?

  • How to get the latest versions of Internet Explorer t

    We are running Single Primary Site with SCCM 2012 R2. 
    I
    cant seem to find out how to get the latest versions of Internet Explorer to be included in software updates?  Do you have to download this separately and install manually?

    Like Henrik said, make sure you have the Classifications selected that you want to address. IE 11 is the current browser, that was added to the catalog a few months back. If you are searching for this month you wont find it.

  • Delete the latest version and install an old version

    Need delete the latest version and install an old version of Firefox, my Norton toolbar does not respond

    The fix being to do Norton liveupdate to update the Norton toolbar extension.
    https://support.mozilla.org/en-US/questions/977740
    Locked.

  • How to delete the project  version RELEASED.

    System is below:
    " Project 1522DJ110001 version RELEASED already exists
    Message no. CJ016
    Diagnosis
    A Version RELEASED already exists for project 1522DJ110001.
    System Response
    Processing stopped. "
        but in the system , there are no  "Project 1522DJ110001". so the user can't create the project "1522DJ110001".
        how to delete the Project 1522DJ110001 version RELEASED ?
    Please explain me all the steps to be required.
    Thanks in advance!

    Hi Harish,
    When I select Delete Project Version from Extras menu in CN41, its asking session number and version.
    In session number no serch help is avialble. I am keeping it blank and seleting RELEASED in version.
    After pressing enter I am getting an error Project Version RELEASED cannot be deleted??
    Let me the exact steps to deleted the Project Version.
    Thanks and Regards,
    Atul R. Rajmane

  • How to reinstal the latest version of flash player on removal of older version.

    The Microsoft Windows notifies me that Adobe Flash Player Service 11.6r602 stopped working and was closed. Further it says that a problem caused the application to stop working correctly.Windows will notify if a solution is available. This notification comes daily for 20-30 times in course of operation of the Lap Top.
    I have the Flash Player version of 11.7 and the latest is 11.800......I tried to reinstall the latest version it does not install the latest giving an error remark that the system has the flash player.I do not remember the exact wording.
    My question is how do I remove the existing version and have the latest version. Please advise.
    sahoo1942.

    http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    Uninstall it per that link's instructions
    The download the offline installer and run it

  • How to Find the Latest Version of Cluster Binary Files available at Microsoft website

    How we can find the latest version of Cluster binary files available for download at Microsoft Website and which Cluster Binaries should be update to make the Cluster services stable healthy.

    @AnatolySV : I believe you need to put some efforts to understand what he is asking.
    You may find the latest version of Cluster Binaries by entering the required keywords for Microsoft Failover Clustering. Some of the main Cluster binaries(Keywords) are:-
    Clusres.dll (For Cluster Resources like Disk, Application or Service, Cluster IP)
    Clussvc.exe (Cluster Service)
    TCPIP.sys (If the Storage is presented to the cluster Nodes via ISCSI Network).
    MPIO.sys / ISCSIprt.sys (If we are using Multipathing for the disks to be presented).
    RHS.exe (Resource Host Subsystem)
    So, the Answer to your question is: You need to enter the binary name "Clusres.dll" and mention the Operating System you want to install your binaries to "Windows Server 2008 R2 Sp1" on Bing (Preferred for Microsoft Hotfixes). In Result you will get the
    list of hotfixes for clusres.dll
    You need to try this multiple times in order to get the latest version as Microsoft does not have a single Link.
    Hope this answers your query. Feel free to leave a message incase you need more help.
    Maybe) 
    But hey, you`ve got +1 from me for clarification) 
    Anyway, I still think that the initial question could be more clear and exact. 

  • How to know the latest version of NWDS that the portal supports.

    Hi All,
    How to get to know the latest version of NWDS that the portal supportsu2026 I mean if a  patch r support package  is applied to the server, then it would support higher version of NWDS. How do we get to know which is that latest NWDS version?
    Thanks,
    Shilpa.

    Hi Shilpa,
    Your NWDS patch should not be higher than portal patch number.U can find ur portal version and patch in
    http://<host>:port/index.html-> system information>software components.
    Regards,
    Sri

  • How to know the latest version of NWDS supported bt portal

    Hi All,
    How to get to know the latest version of NWDS that the portal supportsu2026 I mean if a patch r support package is applied to the server, then it would support higher version of NWDS. How do we get to know which is that latest NWDS version?
    Thanks,
    Shilpa.

    check the below thread for latest information on NWDS
    https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/
    Raghu

  • How to know the latest version of SMO installed on my machine

    I have different versions of SMO installed on my machine. Is there any method to know the latest version of SMO installed through program?I mean is there any API or something like that for the purpose?
    For example, if the latest version of SMO is the SMO corresponding to SQL Server 2014, then i would like to receive the version something like "12.0.2000.8"
    Any help would be greatly appreciated...

    If you're checking for an installed component, then the best bet is to check the uninstall registry key.
    On my machine the key value for "Microsoft SQL Server 2012 Management Objects (x64)" is this:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{43A5C316-9521-49C3-B9B6-FCE5E1005DF0}
    There may be a different key entry for the 32bit version if you need that, but this is the way I always did software install checks when I was an SCCM admin.
    EDIT: As it seems that Microsoft change the uninstall key every version making it difficult to keep track of the installation this way, there is another key here which is probably a good one to check:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\SharedManagementObjects\CurrentVersion
    You could check the value of this to see if it's greater than 11 and if not (or it doesn't exist) do your install.

  • What is the latest version of oracle forms?

    I need to migrate oracle forms from 6i version to the latest version. What is the latest verison for forms?.
    Also when we say oracle 11i forms does that mean we compile 6i/9i forms with 11i database?

    Hi,
    Right now i am working on oracle 6i developer.
    The oracle backend database has been upgraded to 10G 10.2.0.3, now we want to upgrade the oracle developer (forms and reports) as well.
    Which version is suitable with the mentioned oracle backend version.
    Is the current verion of forms 10gR2 (10.1.2) compatible and suitable?
    Anyhelp would be appreciated
    Thanks

  • Has the latest version of Pages lost graphic design features?

    Since downloading the latest version of Pages on my Mac, I have become rather frustrated with the lack of design/layout capabilities.
    The previous version of Pages gave the option of design and word processing.  Now, if I wish to design on a blank page, my graphics are
    limited, the text wrap is a pain, and I don't feel that there's the freedom I once had to manipulate graphics and text together.
    Has anyone else experienced this frustration?  Is there a tutorial that I can watch to bring me up to date?

    I do most of my work on my Mac, but occasionally would use an iPad to show someone a document. I no longer open any important documents with my iPad because once I do, the document is converted to the new file format for Pages 5.0 and the file is messed up. For example, linked text boxes are no longer linked. Even if I then export the file back to Pages 09, the text boxes are no longer link-able. The little link buttons are gone from the text box. The only way to get the link feature back is by inserting a new text box and then copying and pasting to the new box. Frustrating to say the least!
    Send Apple feedback here.
    http://www.apple.com/feedback/pages.html
    I've also rated the program one star on the App store. Just trying to get Apple to listen.

  • How to delete the many versions of the same song?

    Help please, how do I delete old versions of a song? When I add to or tweak a piece, I first save it with a new name, like song 1, then song 2, etc. so that I have a copy of every change. This takes up space when I have 50 versions each of 10 songs. Now my hard drive is down to 7.4 and I was told to keep it in the double digits. I went to Logic,
    chose the song from the next column, then in the next column filled with versions of the same song, I selected one, like old version 1, hit delete and nothing happened. I held down the apple key too and hit delete. Nothing. HELP please. I have not used this before but my 1-1 has ended since Apple won't allow renewals anymore. Also. I have all versions saved on 2 external hard drives.
    D

    Hi,
    now first you'll need the right permissions for the folder where your songs are stored. I assume that you have the read/write permissions (or supervisor permissions).
    Let's assume your songs are named "songxversiony.logic". They will reside in a main folder named "songx" containing all the "songxversiony.logic" files, and there will be subfolders called "audio files" "bounces" "Fade files" "Project File Backups" "Sampler Instruments" (maybe) and "Undo Data" and maybe one or two others.
    1st: Usually, Logic stores your songs in /(your username)/music/Logic/... , so please open your finder and look if they are there.
    2nd: You can delete all unneeded "songxversiony.logic" files from the finder. This should be possible by hitting the delete button. Otherwise check your permissions.
    3rd: Now getting rid of the Song file (xy.logic) won't delete the really big Disk-Hogs, which are the Audio Files you used in earlier versions (but don't need them anymore). They still reside in the "Audio Files" subfolder.
    4th: Fire up Logic, load your Project. Tap the "B" key to open the Bin and there you'll have all the audio files that ever were used in your project. Now many of them aren't needed anymore. So *within the bin* hit Shift-U to select all unused Audio files (or in the menu: edit -> select all unused). Hit DEL to remove them from the bin.
    5th: Now these hogs are *still there* (what the...? ) To finally get rid of them, go to Logic's Menu bar: File -> Project -> clean up. You will be asked if you really want to delete the unused files, and yes, off they go to the trash.
    You may also look inside the bounces folder if there are old bounces you don't need anymore.
    Problem solved.
    Fox

  • How to get the latest Version of Interface Mapping

    Hi
    I made some changes in IR, and when I am sending the Request...as per Monitor..it is not picking up the latest Interface Mapping Object. I am checking it from Trace in Monitor and then cross checking it with Object Version ID in Repository for Interface Mapping.
    I cleaned all the cache as well (from Design, Config and also from Admin), but still I am seeing old version id.
    Any suggestion....?

    Right now I do not have access to XI system but I remember these are the places you can check.
    Did you go to http://host:5<sysnr>00/rep/start
    There click on the Administration, and log on using XISUPER. Click on Cache and there is a drop down for mapping programs list. Check that out.
    regards
    SKM

Maybe you are looking for

  • My songs are HIDDEN! Still in iPod, though invisible- how to retrieve?!

    This seems to be a common problem, but all answers I've read about so far have been of no help. Restoring my iPod is NOT an option I want to take. BASIC PROBLEM: Songs have disappeared off my iPod. HOW IT HAPPENED: For some reason, different CD's alb

  • Unable to see company list in client

    Hello, I have a server running SAP B1 8.8 PL5 with SQL2005. I do not see the company list from the client. I see the SBODemoUS database on SQL server. How can I get the company to show up in the client? Thanks and Regards, Sheetal

  • Infopackage cannot be used as varient in Process chain

    Hi, When I treid to create the process chain and I have created I am getting an error message as Infopacakge ....genarated not able to  be used as loading varient. I am unable to figure out what exactly this one. Please help me to resovle this one. P

  • [svn] 4806: Fixes for Advanced CSS applying to inner components.

    Revision: 4806 Author: [email protected] Date: 2009-02-02 21:01:18 -0800 (Mon, 02 Feb 2009) Log Message: Fixes for Advanced CSS applying to inner components. The changes involved three areas: 1. mx.styles.StyleProxy needed updating to support IAdvan

  • NOKIA 701 AND TATA DOCOMO

    I HAVE NOKI 701 I M FROM INDIA AND USING VODAFONE AS SERVICE OPERATOR.I HAVE A 3G USB MODEM IN WHICH I AM USING TATA DOCOMO AS OPERATOR I HAVE TRIED TO INSERT MY TATA DOCOMO SIM IN MY NOKIA 701 BUT SURPRISINGLY THERE IS NO NETWORK(2G OR 3G)I TRIED DI