Hi,
Dumb question, Does a suitelet trigger a client script?
I have a suitelet and it does not trigger the client script, I triple checked the context settings on the client script deployment and the "suitelet" option is selected.
TIA!
Suitelet code:
var recObj = record.load({id:"920564",type:"salesorder", isDynamic: true});
log.debug("record",recObj.toJSON());
recObj.setValue({ fieldId: 'class', value: 1, ignoreFieldChange: false, forceSyncSourcing: true });
recObj.save({ enableSourcing: true, ignoreMandatoryFields: false });