有人可以帮助我获取特定项目的项目颜色和大小。 我得到了名为“custcol_coloroption”的项目ID,其值为8.我怎样才能将其转换为Ex值。黑色,白色等等。谢谢
答案 0 :(得分:1)
var ir = nlapiLoadRecord('itemreceipt',id);
var attributeid = ir.getLineItemValue('item', 'custcol_coloroption', 1); // returns you the id
var attributename = ir.getLineItemText('item', 'custcol_coloroption', 1); // returns you the text associated with that attribute