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!
Customer Center / Custom Transaction Form
Our customers have view access to their sales orders. We are trying to display the sales order on a specific custom form. I have been able to make nlapiRedirectURL work for me when the user even script is deployed to me in released mode. However when I try to deploy to the customer center role - the script runs but does not ultimately change the form displayed in customer center. Has anybody been able to do this successfully? Here is a code snip:
if (role==1020){
var record = nlapiGetRecordId();
var currentForm = request.getParameter('cf'); // get the current custom form id'
var record = nlapiGetRecordId();
0