VishalMistry
16th April 2015, 14:03
Hi all,
I want to add form command and a small script to the standard session. When I click on form command the script will execute and perform some function. Can anyone guide me how this can be achieved.
Vishal
sachinbaan
16th April 2015, 14:32
Hi,
Copy your session to customized VRC, so you will be able to add form command, to execute form command, you should create wrapper on script (Standard Script).
bhushanchanda
16th April 2015, 17:51
Hi,
Alternatively, as suggested above, add the form command. Make the "Activate" as some session code. You can now code whatever you require in the before.program of that session and exit once done. This way you will not require any wrapper.
ren_bsi
22nd November 2019, 09:40
Hi,
Alternatively, as suggested above, add the form command. Make the "Activate" as some session code. You can now code whatever you require in the before.program of that session and exit once done. This way you will not require any wrapper.
Hi Bhushan,
I have a requirement, While open the standard sales order line session and highlight the record, I want to click on specific and run a small customize session to update the unit price of the highlighted record just like you mention above. How can i "transfer" the Order Number field and Order Line field of the Highlighted record to the small customize session's script ?
Really appreciate your kind Help.
Thank you :)
Best regards,
ren_bsi
OmeLuuk
30th November 2019, 22:06
How can i "transfer" the Order Number field and Order Line field of the Highlighted record to the small customize session's script ?Did you try to import("tdsls400.orno", "tdsls400.orno") in the before program?