Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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.