Join Slack
Powered by
How can I tell if an item is a matrix parent or a ...
# suitescript
c
cja
03/07/2019, 6:46 PM
How can I tell if an item is a matrix parent or a matrix child, as opposed to not being involved in a matrix at all? SuiteScript 2
cja
03/07/2019, 7:28 PM
var itemRecord = record.load({ type: 'noninventoryitem', id: itemInternalId, isDynamic: false }); var matrixType = itemRecord.getValue({ fieldId: 'matrixtype' });
Open in Slack
Previous
Next