Tuesday, August 26, 2014

Dong's Personas Tips: how to call transactions using a script button

You can add a script button on your Personas Ui to start different transcations based on conditions. Here is how you can make it:

Add a script button, add the following script code:

IF some codition
     /../okcd
     Paste Value My-T-Code
     Press Enter
IF other condition
    ....

It is noted that (maybe in some cases only) it will not work if the script button is used to call "Push" event for an user-made Launch button.

No comments:

Post a Comment