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!
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();