如何在netsuite中获取项目颜色和大小

How to get the item color and size in netsuite

谁能帮我获取特定商品的商品颜色和尺寸。 我得到了名为 "custcol_coloroption" 的项目的 ID,其值为 8。我如何将其转换为值 Ex。黑色、白色等谢谢

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