Untitled
unknown
plain_text
a year ago
1.6 kB
5
Indexable
Never
/** * Module Description * * Version Date Author Remarks * 1.00 10 Aug 2023 mbarredo_appwrap * */ /** * The recordType (internal id) corresponds to the "Applied To" record in your script deployment. * @appliedtorecord recordType * * @param {String} type Operation types: create, edit, view, copy, print, email * @param {nlobjForm} form Current form * @param {nlobjRequest} request Request object * @returns {Void} */ function userEventBeforeLoad(type, form, request){ } /** * The recordType (internal id) corresponds to the "Applied To" record in your script deployment. * @appliedtorecord recordType * * @param {String} type Operation types: create, edit, delete, xedit * approve, reject, cancel (SO, ER, Time Bill, PO & RMA only) * pack, ship (IF) * markcomplete (Call, Task) * reassign (Case) * editforecast (Opp, Estimate) * @returns {Void} */ function userEventBeforeSubmit(type){ } /** * The recordType (internal id) corresponds to the "Applied To" record in your script deployment. * @appliedtorecord recordType * * @param {String} type Operation types: create, edit, delete, xedit, * approve, cancel, reject (SO, ER, Time Bill, PO & RMA only) * pack, ship (IF only) * dropship, specialorder, orderitems (PO only) * paybills (vendor payments) * @returns {Void} */ function userEventAfterSubmit(type){ }