11-15-2010, 06:15 PM
I have a main script which dynamically reads from the global data sheet, and determines the action and parameters.
Hi,
1.You have to store the Parameters in Input and OutPut Parameters of Actions.
2.For Action2 you have to pass a parameter say "Customer Name" which is stored in Local sheet of Action1 then you can do it directly as below:
ex:
Hi,
1.You have to store the Parameters in Input and OutPut Parameters of Actions.
2.For Action2 you have to pass a parameter say "Customer Name" which is stored in Local sheet of Action1 then you can do it directly as below:
ex:
Code:
Window("Flight Reservation").WinEdit("Name:").Set DataTable.Value("Customer_Name", "Action1")