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
Dynamic link for creating invoice
We have a custom record called Event Registration that we use as an online form to capture customer registrations. One of the fields on this custom record is the actual customer (List/Record) and named as custrecord_er_member.
We're trying to create a hyperlink field on this Event Registration custom record that points to the create invoice page where the customer has been auto-populated using dynamic links. The default value for the hyperlink is set as follows:
https://system.netsuite.com/app/accounting/transactions/custinvc.nl?entity={custrecord_er_member}
Since the custrecord_er_member field points to the customer (as a list/record field), we were expecting the internal id of the customer to be populated in this link; however, what's being populated is the entity id (customer first + last name). Is this the correct behavior or is this a bug?