Slackbot
02/04/2025, 2:29 PMNathan L
02/04/2025, 2:40 PMCraig
02/04/2025, 2:49 PMCraig
02/04/2025, 2:50 PMconst record = currentRecord.get();
const isCustTestChecked = record.getValue({
fieldId: 'custbody_sent_to_ilg'
});
The isCustTestChecked is always undefined though
Something to do with the script being attached to a Suitelet form which might mean the context only sees the Suitelet fields and not the transaction fields.Craig
02/04/2025, 3:29 PM