Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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.)