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!
Get External Case Form URL?
Our customers are sent a link to the external case form in the email they receive upon creation of a new case. But I have need to expose this URL elsewhere. How can I programmatically get this URL?
https://system.netsuite.com/app/site/crm/externalcaseresponsepage.nl
?e=T
&compid=1111111
&id=222222
&h=33333333
If my understanding is right:
compid = internalid of customer
id = internalid of case
h = secret hash value
Tried creating the URL manually by getting the externalid of the case and customer and then using the case.GetHashCode() function for the h value, but I get an invalid page parameter message trying to use the URL.
0