Is it possible to execute a Global Script from Form Script? I'm using the Cloud version of Mongoose.
I tried doing this:
ThisForm.CallGlobalScript(AECI_ValidateGLAccount);
I get this compile error:
The name "AECI_ValidateGLAccount" does not exist in the current context.
The only way I've been able to execute a Global Script is from an Event Handler. With Type = Run Script.