Hi I'm just wondering how can I pass a data from c...
# general
t
Hi I'm just wondering how can I pass a data from clientscript 1 to a userevent 2 ? Is it even possible ? Thanks in advance
c
i think the only ways you can send data directly from script to script is either with the N/task module, or by using http requests and including a suitelet or restlet. Otherwise you could maybe use a field on the record as a parameter. Set a value with the client script, and get the value with the userevent script.
t
hi @Corey Schwoebel, i use the 2nd option. I created field on the record as parameter. Thanks for the answer 🙂