Is it possible to merge scripts?

Hi Everyone,
I am working on a scenario where i need to populate the result of a transaction in the landing page.
while executing the transaction, i need to select two variants.
I tried by recording the script and do the copy paste of the values. But i am ended up in copying the value of the second variant selected but not the first.
What would be suggested method? is it possible to merge scripts? Will that be possible?
Thanks,
Bala.

Well, you could do the two different recordings, then upload them into the same script button and use IF conditions to decide which one to run.
When uploading the recorded script, there is an option to append the second recording to the existing script.
Unless I misunderstand your scenario, this should work...

Similar Messages

  • I have 2 App Store accounts, one from MobileMe time and i want to know if it is possible to merge them as i'm having troubles updating some of my software?

    I have 2 App Store accounts, one from MobileMe time and i want to know if it is possible to merge them as i'm having troubles updating some of my software?
    I have to sign in and out between one and the other constantly and i dont know what to do anymore becouse now i can't update software on either, it keeps on poping up "To update this application, sign in to the account you used to purchase it." and im pretty sure im on the right account.

    Sorry. Apple's policy states that accounts cannot be merged > Frequently asked questions about Apple ID
    Contact Apple for assistance > Contacting Apple for support and service

  • Is 2D Barcode possible in SAP SCRIPTS

    Hi  folks ,
    Is 2D barcode  possible in Sap scripts?
    Thnaks
    pabi

    What Barcode are you thinking of?
    SAP supports a list of 2D Barcodes see in OSS
    Pls. also think about how to bring this Barcode to paper?
    This is an interessting theme!
    Start considering an external Output Program like LaserSoft from DETEC, Streamserve, DCS2000 from invaris or DocumentDesigner from OCE.

  • Possibility to merge 2 or more pdf files.

    Hi!
    I would like to know if it's possible to merge pdf files in one pdf document using any webcenter content complementary tool.
    if not, Is there any suggestions by using a 3rd party tool?
    Thanks in advance.
    Jose.

    If you want to create your own component, these links may be of some help:
    https://bitbucket.org/jhult/pdfpagenumbers
    http://www.mythics.com/blog/pdf-page-numbers-in-webcenter-content
    Jonathan
    http://jonathanhult.com

  • I imported a CD of duets and they all appear as individual tracks. Is it possible to merge after importing?

    Is it possible to merge tracks that are supposed to be one CD but appear in my library as individual tracks?

    Hello lenv223
    Try dragging and dropping the music to your iPad and see if that makes a difference for getting your music to your iPad.
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/HT1535
    Regards,
    -Norm G.

  • HT4910 sold my ipad today. the concern is how to access all info stored in cloud and if possible eventualy merge data into new andriod tablet. Thanks all of you who respond.

    sold my ipad today. the concern is how to access all info stored in cloud and if possible eventualy merge data into new andriod tablet. Thanks all of you who respond.

    >
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7003,127.0.0.1:7103,127.0.0.1:7104
    MatchExpression /app1
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7103,127.0.0.1:7104
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    MatchExpression /app2
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    >
    This configuration is weird little bit. There is MatchExpression /app1 and MatchExpression /app2 and at the same time two <Location /weblogic> sections. Are you sure you understand what that configuration stands for?
    Try something like this ...
    <Location /app1>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7103,127.0.0.1:7104
    DebugConfigInfo ON
    </Location>
    <Location /app2>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    DebugConfigInfo ON
    </Location>
    where /app1 and /app2 are contexts of your weblogic applications.
    http://download.oracle.com/docs/cd/E11035_01/wls100/plugins/apache.html
    http://httpd.apache.org/docs/2.0/mod/core.html#location

  • I generated a new Itunes Account and now the App sync. does not work with theapps I bought with the old account. Is it possible to merge the old and the new account ?

    I generated a new Itunes Account and now the App sync. does not work with the apps I bought with the old account. Is it possible to merge the old and the new account ?

    It is not possible to merge Apple IDs. 
    Why did you create a new one?

  • Is it possible to store script settings with InDesign file?

    Hi,
    I have some crazy idea: is it possible to store script settings with InDesign file?
    In that case scripters will be able to store those settings with file, and when script runs - it can check if those setting exists - if so - script can run without showing dialogue with parameters... (as all necessary parameters stored with indesign file), and of course we can force InDesign to show script parameters dialogue if we run it with alt/option key pressed while running this script. Maybe even different scripts will be able to share those settings and interact with each other.. we will be able to have settings that will be saved with file, or temp settings for current document or session (till InDesign is closed). With eventListeners and startup scripts we will be able to do scripts that would be able to check for updates, and automatically execute when we placing images and text, and so on.. this can be a whole InDesign scripting framework, that allow to write scripts that will use same libraries and ui so we don't have to write everything from scratch everytime and just included required libs..
    so here is 2 main questions for now:
    1) is it possible to store script settings with .indd file
    2) who is intrested in creation InDesign scripting framework (because this only makes sense if many people will use it)
    PS: I know that it's possible to store settings in external file, but this time I'm interested only for saving params with .indd

    Ok, here is the labels parser I end with, actually it works extremely fast!
    Thanks again, Harbs!
    var labels = GetDocLabels(app.documents[0]);
    function GetDocLabels(doc)
        var idmlFile = File(Folder.temp + "/temp.idml"); 
        doc.exportFile(ExportFormat.INDESIGN_MARKUP,idmlFile); // asynchronousExportFile works, but script fails as it try to execute before file fully exported
        var folder = Folder(Folder.temp + "/temp_idml"); 
        app.unpackageUCF(idmlFile,folder); 
        var designMap = File(folder + "/designmap.xml"); 
        var valuePairs = GetValuePairs(designMap); 
        return valuePairs;    
    function GetValuePairs(file)
        file.open("r");  
        var contents = file.read();  
        file.close();   
        var contXML = XML(contents);
        var vals = {};
        for each(var pair in contXML..KeyValuePair)
            vals[[email protected]()] = [email protected]();       
        return vals;  
    //> START of DELETE FOLDER Function
    function deleteFolder(path)
        removeFolder = path; // path to folder that need to be removed
        filesToRemove = removeFolder.getFiles();
        for(i = 0; i < filesToRemove.length; i++)
            try
                innerFolders = filesToRemove[i].getFiles();
                if(innerFolders.length >= 1)
                    for(f = 0; f < innerFolders.length; f++)
                        innerFolders[f].remove()
            catch(e){}
            filesToRemove[i].remove(); // remove temp files once we done
        removeFolder.remove();
    }//< END of DELETE FOLDER function
    // remove temp files once we done
    deleteFolder(Folder(Folder.temp + "/temp_idml"));
    File(Folder.temp + "/temp.idml").remove();
    // DUMPER FUNCTIONS
    function dump(o)
        out = "";
        for (var p in o)
            out += p + ": " + o[p] + "\n";
        return(out);
    function alert_scroll (title, input)
       if (input instanceof Array)
           input = input.join ("\r");
       var w = new Window ("dialog", title);
       var list = w.add ("edittext", undefined, input, {multiline: true, scrolling: true});
       list.maximumSize.height = w.maximumSize.height-100;
       list.minimumSize.width = 550;
       w.add ("button", undefined, "Close", {name: "ok"});
       w.show ();
    alert_scroll ("Document Labels", dump(labels)); exit();

  • Is it possible to merge libraries?

    hi
    id like to know if its possible to merge my iPhoto library from my ibook (tiger) to my iPhoto library in my MacMini (panther).
    whats the best way i can have all my pics transferred from ibook to macmini (preferably by album).
    thanks for any info.
    -a

    Hi Artemis,
    Do the two libraries share some of the same images?
    Are you running the same version of iPhoto?
    Do you want to keep keywords, albums, comments intact on the merge?
    Depending on how you answer the questions there is a different route you can follow.
    If you just want albums from the PB to import into the mini and don't care about keywords,etc.:
    Highlight the album in the source column and select all
    hit Share/export
    Export to a newly created folder on the desktop
    Once all albums are exported copy them over to the mini desktop or burn them to a DVD.
    Open iPhoto on the mini
    drag the album folders into an open iPhoto viewing window.
    If you have any images that are the same in both of the libraries, you might get duplicates imported, so you will have to wade through them to delete the dups.
    To merge the libraries:
    Copy the Entire iPhoto Library folder to the mini
    Download and pay for iPhoto Library Manager
    Follow directions in the documentation to merge libraries.
    iPhoto Library Manager
    iPhoto Library Manager documentation
    this page will show you everything you can do with iPhoto Library Manager.
    Are you using the same username on both computers?
    Lori

  • Is it possible to merge /Usr to Root?

    So, I've read the messages about not using a separate partition for /Usr.  I'm also getting some errors on bootup because of this.
    What I'm wondering is if it's possible to merge /Usr to root?  How can it be done and is it safe?

    leberyo wrote:
    Awebb wrote:It is safe. Mount your usr partition somewhere else and move the files to /usr. Don't forget to have a look at your fstab when you're done.
    Thank you so much.  Do you know how this could be done for a total noob.?.
    You could start by reading 'man mount', especially the start of the description, and take it from there.

  • Is it possible to merge to itunes accounts?

    My husband has an ipod touch and an iphone4S. Is it possible to merge the two itunes accounts into one?
    Thanks.

    It's possible to merge iTunes libraries, but not iTunes Store accounts.
    (71897)

  • Any Possible to merge in different database table??

    HI i tried to merge ,source is a one data base and target is a different data base , i tried to merge its showing error,invalid object name like that , any possible to merge Different DB
    thanks
    pandiyan
    pandiyan

    Hi Pandiyan,
    In SSIS its not good practice to use execute this query(Using Execute SQL Task).
    rather than you can take two different connection (OLEDB Source) and merge there using Merge JOIN control.
     Please follow below link for more details ...........!
    Merge Join 
    Regards
    Shiv
    Please mark as answer if you find it useful
    Shiv

  • Is it possible to merge text boxes

    Hello,
    I am just wondering whether it is possible to merge text boxes.  I use Keynote as a holder for cheat sheets for learning programming languages, and I tend to make a lot of text boxes that at some point need to be consolidated.  Currently I have to use the arduous method of cutting and pasting the contents of one box into another box.  Is there an easier way?  And no, the "group" button is not what I'm looking for as this maintains the individual text boxes and does not allow moving the text cursor directly between boxes with the arrow keys.
    Thanks

    ha I finally got it
    it bypass but...it works
    you open presenters notes
    you copy paste all of the textbooks into it
    than you select text and paste it back on page
    hurrah its one text box

  • Bonjour, Dans photoshop cc 2014 je ne peux plus utiliser les fonctions   Automatisation  HDR Merge Script Processeur d'images  Reponse le module javascript n'a pas été trouvé ?

    Bonjour,
    Dans photoshop cc 2014 je ne peux plus utiliser les fonctions
    Automatisation
             HDR
             Merge
    Script
             Processeur d’images
    Reponse le module javascript n’a pas été trouvé ?

    Donc vous êtes passés par les étapes proposées ici. Certains messages sont plus directs et définitifs… Peut-être une piste là.

  • HT3231 I have completed migration, is it possible to merge the two account now? or a short cut to share information? I don't want to log in and out each time I want to see my old data.

    I have completed migration, is it possible to merge the two account now? or a short cut to share information? I don't want to log in and out each time I want to see my old data.

    No, the camera connection kit only supports the copying of photos and videos to the Photos app, it doesn't support copying content off the iPad. For your second camera instead of the SD reader part of the kit, does the iPad to camera cable not work with it for direct transfer to the iPad ?
    For Lightroom and Nikon software again no - you can only install apps that are available in the iTunes app store on your computer and the App Store app on the iPad, 'normal' PC and Mac (OS X) software are not compatible with the iPad (iOS). There are some apps that perform fairly basic editing functions that are available in the store, but nothing as sophisticated as, for example, Lightroom.

Maybe you are looking for

  • Dynamic Entity Member Lists using UD1 and UD2

    Hello fellow HFM gurus: I have created dynamic member lists to get all members of the entity dimension that have a UD1 or UD2 member as specified in the script. THe member lists all appear in HFM, but when I try to select them, I get a run-time error

  • Why can't I upgrade Safari?

    I have Safari 3.0.4 and I want to upgrade to 3.1.2 but when I go to "Software Update..." in the Apple menu it says "Your software is up to date." Then I tried downloading it from apple.com and when I ran the Installer it said "This update is for Mac

  • TLB view locking Deployment view

    Hi Experts, User is in the TLB view with a location product but for the same combination he can not go to the change mode using deployment view. Planning area gets locked for that product location combination. Can anybody explain why this is happenin

  • Anybody tried Sun Developer Expert Assistance package on Swing API?

    Dear developers - Earlier, I posted a problem on what appears to be a bug on http://forums.sun.com/thread.jspa?threadID=5344007, where the post went unanswered, thanks to all of you who tried to help by the way. I also reported it as a bug on Oct. 31

  • Accidentally deleted some stuff from Itunes cloud.

    I can recover the items from Itunes Store, but wish to have them in the cloud