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?
alternatively sales orders should have a different native field for the display name
c
creece
08/18/2021, 6:28 PM
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
Israel Gonzalez
08/18/2021, 6:37 PM
Thanks both of these worked! I had previously tried the text option and it wasn’t working