Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Getting info from a custom field on an info item page
How can i go about getting some information from a custom field on a customer record onto an information item page?
I am assuming i will need to use getAttribute, but how do i dynamically populate the record id with the entities internal id?
I reckon it would look like this to begin with <%=getAttribute('customer', ???, 'custentity_customfield')%> with the ??? being the customers internal id
0