stalbert
01/15/2021, 8:54 PMMarwan
01/15/2021, 9:05 PM/**
* Defines the function definition that is executed before record is loaded.
* @param {Object} scriptContext
* @param {Record} scriptContext.newRecord - New record
* @param {string} scriptContext.type - Trigger type; use values from the context.UserEventType enum
* @param {Form} scriptContext.form - Current form
* @param {ServletRequest} scriptContext.request - HTTP request information sent from the browser for a client action only.
* @since 2015.2
*/
const beforeLoad = ....
stalbert
01/15/2021, 9:24 PMstalbert
01/15/2021, 9:26 PMMarwan
01/16/2021, 12:26 AM