Discussions
Price Level Text in Client Script
I'm writing a client script to validate the Price Level for each line item on an Estimate. I want to retrieve both the Price Level text (e.g. "Retail Pricing") and its id value (e.g. 3).
I'm able to get the id value using nlapiGetLineItemValue('item','price', i), but I cannot get the Price Level text using nlapiGetLineItemText('item','price', i). It just returns a null string.
For some reason, this is only a problem with Price Level. I have no trouble retrieving both the text and the value for similar item level fields like Location, Department and Class.
Any explanations or workarounds would be much appreciated.