Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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.