Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
How to retrieve ID of Customer's Price Level?
When I use this tag:
<%=getCurrentAttribute("customer", "pricelevel")%>
it returns the named description of a price level. Eg, if I have a price level named with a description "Price Level Custom 3", it will return this description ("Price Level Custom 3") when I use the tag.
Is there a tag that I can use to retrieve the internal id of the customer's price level instead of it's name/description? Eg. if a price level that a customer is assigned to has an internal ID of '13' how do I retrieve this ID?