Is it possible to get the type of item from sales ...
# suitescript
a
Is it possible to get the type of item from sales order line item's item selection ?
n
Is it client script or user event?
a
client script
@NickSuite
n
On client side, there is a field on the line item "itemtype" please try that
nlapiGetLineItemValue('item', 'itemtype', 1) or the 2.0 alternate.
a
Thanks
Apparently its not working
I did the work around