When referencing the items on a transaction for ex...
# suitescript
i
When referencing the items on a transaction for example on a sales order. How do we get the item name? I am able to get the item internal id but need the item name. Is the only solution to create a custom column field that stores the item name?
b
alternatively sales orders should have a different native field for the display name
c
i think its actually called "itemname" on the sublists that support it if you dont want to use getSublistText. Getting the text is "the way" to go though
i
Thanks both of these worked! I had previously tried the text option and it wasn’t working