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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Declaring a value dynamically for the getAttribute tag
We sell products for different Vendors, and we would like to display messages on the Item Description based on the Vendor.
We created a Custom Entity Field for the Vendor (custentityglobaltxt) where we store the message and it can be displayed on the Item Description page as following:
<%=getAttribute('vendor',9,'custentityglobaltxt')%>
The problem that we encounter is the Vendor (or Preferred Vendor) is not an Attribute of Items, therefore it cannot be updated dynamically based on the Item.
We tried different things to change dynamically the ID (example change '9' to '15' based on the item) but it doesn't work, the ID has to be hard coded, so it cannot be updated dynamically with java or any othe method.