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
CRMSDK Not working in Online form Passing to URL
I am trying to use CRMSDK tags for an Email Template to pass informaion via a url to an Online Form. The CRMSDK I am using is a custom field. For example purposes, the name is: custentity_customer_handler
I have read the documentation on CRMSDK. It claims to use custom fields with CRMSDK all you need to do is put NL in front of it. I have tried using <NLCUSTENTITY_CUSTOMER_HANDLER>, <NLCUSTENTITYCUSTOMERHANDLER>, both of those in lower case, and I tried getting the internal ID and using that as <NLCUSTENTITY24>. None of these will pull the data correctly. The url instead shows <%203CNLCUSTENTITY_CUSTOMER_HANDLER> (yes, it shows the '<' AND does the url encoding for a '<' - the 3C.)