:face_palm: getSublistText not working properly on...
# suitescript
j
🤦 getSublistText not working properly on item fulfillments in SS2 On sales order
Copy code
$ so.getSublistText({ sublistId: 'item', fieldId: 'custcol_product_master_category', line: 0 })
> Appliances
$ so.getSublistValue({ sublistId: 'item', fieldId: 'custcol_product_master_category', line: 0 })
> 8
On item fulfillment
Copy code
$ ift.getSublistText({ sublistId: 'item', fieldId: 'custcol_product_master_category', line: 0 })
> 8
$ ift.getSublistValue({ sublistId: 'item', fieldId: 'custcol_product_master_category', line: 0 })
> 8
😖 1