-
SuiteScript: How to access Related Records from a Transaction
I'm working on a set of SuiteScripts that are intended to synchronize a pair of custom fields between two different record types. I have most of the logic complete, but I've been stuck at a brick wall for almost two days. Specifically, I'm trying to access the Related Records on an Opportunity (from the beforeLoad() entry…
-
Implement a loading screen for Suitelets
I recently came across a Suitelet page to create a new approval rule in SuiteApproval SuiteApp with a loading screen that prevented users from editing the form until it fully loaded. I found this feature quite useful, especially since I frequently work with Suitelets. It would be great if I could implement something…
-
How to get the Form ID in Before Load Function of User Event Script?
Hi, How do I get the custom form id in Before Load Function of a User Event script. The script is creating a custom button and I only want it to show on certain forms. Thanks in advance
-
AE: User Event Script
Within a particular User Event script, I would like to set a value to a particular field. The requirements are the following: If criteria 1 is met, a value should be set in BeforeSubmit if criteria 2 is met, a value should be set in BeforeLoad However, the following behaviour happens: if I check the checkbox "Store" on…