Tutorial by Topics: before

One thing you might consider with any domains in your forest is how many physical vs virtual machines you want to have. Personally I believe that there should be one physical machine per domain. One of the reasons I believe this is because of how the clocks are handled on, specifically in my cas...
ParameterDetailsSuiteScript 2.0-scriptContext{Object}scriptContext.newRecord{N/record.Record} A reference to the record being loaded from the databasescriptContext.type{UserEventType} The action type that triggered this User EventscriptContext.form{N/ui/serverWidget.Form} A reference to the UI form...
beforeSubmit(type) // Before Submit, 1.0 beforeSubmit(scriptContext) // Before Submit, 2.0 afterSubmit(type) // After Submit, 1.0 afterSubmit(scriptContext) // After Submit, 2.0 ParameterDetailsSuiteScript 2.0-scriptContext{Object}scriptContext.newRecord{N/record.Record} A reference to th...
We might need to modify the attributes before record is created. My use case was encrypting password when user is created. Hooks doc is here http://docs.sequelizejs.com/en/v3/docs/hooks/#instance-hooks. It documents the way to use it with a library / function that returns a Promise. But the use ca...
In this post I will demonstrate how to pass external data to Angular app before the app bootstraps. This external data could be configuration data, legacy data, server rendered etc.

Page 1 of 1