Is it possible to pass data between two event trig...
# suitescript
d
Is it possible to pass data between two event triggers in same client script? For isntance, let's say I have a script that acts on the client side of an item fulfillment. If I declare a variable within the scope of the pageInit() event, how can I use that data on the saveRecord() event without using a field to store the data intermediately?