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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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