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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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