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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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