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!
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.