Is it possible to modify a script deployment conte...
# suitescript
c
Is it possible to modify a script deployment context list using a script?
n
Yeah looks like you can
Copy code
const rec = record.load({ type: 'scriptdeployment', id:566});

rec.setValue({ fieldId: 'executioncontext', value: ['ACTION']});
👍🏻 1
c
@Nathan L Ker pow, that's awesome. TY!
🫡 1