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.
Trying to include a customer entity attribute tag on a page but getting an error
Hi,
I created a custom entity field and applied it to customer records. It is a checkbox and I set it to store value.
I created a test page and included the following code to see if I could get it to show me a value "<%=getCurrentAttribute('customer','custentity_free tshirt')%>"
I saved the test page, logged in to the website as a customer and went to the test page. I see the following error on the page: [Error processing dynamic tag getCurrentAttribute('customer','custentity_freetsh irt') : record customer 863 not found]
I am just trying to output something to test right now. Eventually I am going to hide/show a section on page depending on whether or not that checkbox is checked in the customer record.