mg2017
12/27/2021, 11:59 PMvar component_item_name = rec.getSublistText({
sublistId: 'component',
fieldId: 'item',
line: x
});
battk
12/28/2021, 12:04 AMmg2017
12/28/2021, 12:32 AMrequire(['N/currentRecord'], function(currentRec){
var rec = currentRec.get()
console.log(rec.getSublistText("component","item", 0))
});
battk
12/28/2021, 12:36 AMbattk
12/28/2021, 12:38 AMrequire(["N/record"], function (record) {
console.log(record.load({ type: "assemblybuild", id: "29431" }).toJSON());
});
mg2017
12/28/2021, 12:50 AMbattk
12/28/2021, 1:00 AMmg2017
12/28/2021, 1:11 AMbattk
12/28/2021, 1:11 AMbattk
12/28/2021, 1:12 AMmg2017
12/28/2021, 1:14 AMbattk
12/28/2021, 1:14 AMbattk
12/28/2021, 1:15 AM