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.
Help - Redirecting from Suitelet
Hi,
I'm having trouble redirecting to create a new Fullfillment for a Sales Order.
Could anyone help with this, i've tried the code below plus lots of other ways and cant get it to work. It just comes up with a blank Item Fulfillment page.
var params=[]; params["salesord"]=result.soID; response.sendRedirect('RECORD','itemfulfillment',null,true,params);Thanks for any help.
0