Page 1 of 1

Get case number and place it in a variable

Posted: Sat Jan 09, 2021 9:34 am
by alisoroush7
Hi
I want to place work number in a text box. What is the code?
Thanks

Re: Get case number and place it in a variable

Posted: Tue Jan 26, 2021 5:03 am
by imushtaque
You can create a text box and assign a variable (caseNo) where the value will be stored.
Create below trigger and run after Dynaform :
@@caseNo =@@APP_NUMBER;

Re: Get case number and place it in a variable

Posted: Tue Jan 26, 2021 5:29 am
by alisoroush7
thanks for your reply

Re: Get case number and place it in a variable

Posted: Thu Feb 25, 2021 10:14 am
by flisterten
Sometimes the data comes from a user, like when a game asks you to pick a difficulty level and music volume:

Re: Get case number and place it in a variable

Posted: Thu Apr 08, 2021 9:12 am
by AlexWhisker
https://wiki.processmaker.com/3.2/Trigger_Examples You can find the correct code in wiki.
__
www.velvetech.com