Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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?
0