Run script from another script

Hi sanjshah!

The following might be what You are looking for. The code format looks like:

hypeDocument.functions().myFunctionName(hypeDocument, element, event);
// myFunctionName = name of calling function
3 Likes