Join Slack
Powered by
how we get a base price of an item using suite scr...
# general
e
Ehsan Ali
08/02/2019, 10:39 AM
how we get a base price of an item using suite script 2
n
NickSuite
08/02/2019, 10:40 AM
Please try: itemRecord.getSublistValue({ sublistId: 'price1', fieldId: 'price_1_', line: 0 })
b
battk
08/02/2019, 11:02 AM
i personally say avoid using the record module to get the pricing. properly handling the pricing involves using the pricing matrix
battk
08/02/2019, 11:02 AM
https://system.na2.netsuite.com/app/help/helpcenter.nl?fid=section_1502207768.html
battk
08/02/2019, 11:04 AM
i recommend doing an item search with a column for the base price
Open in Slack
Previous
Next