jen
02/27/2020, 7:06 PM???.setValue({fieldId: 'custwfstate_whatever', value: myvalue});
Sandii
02/27/2020, 8:54 PMvar exports = {};
/**
* @description Entry point for the Workflow Action
* @param context {Object}
* @param context.newRecord {Record} New record
* @param context.oldRecord {Record} Old record
* @return {*} Any value can be returned and utilized in workflow
* @function onAction
* @static
**/
exports.onAction = function onAction(context) {
}
jen
02/27/2020, 11:19 PMjen
02/27/2020, 11:19 PMbattk
02/27/2020, 11:29 PMjen
02/27/2020, 11:48 PMrustyshackles
03/02/2020, 10:22 PMjen
03/04/2020, 5:05 PMSandii
03/04/2020, 6:24 PMjen
03/04/2020, 10:31 PMjen
03/04/2020, 10:35 PMjen
03/04/2020, 10:35 PM