My Stuff
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.
-
Re: How to set the Status of Return Authorization to Pending Receipt via Workflow?
Hi @Wee Ming After further testing, I found that setting the approved status to approved and the order status to pending fulfilment seems to have worked I will have to see which one of those 2 fields…2 -
Single Sign on roles not available after Sandbox Refresh
Hi There Can single sign on be used for a sandbox environment? I have refreshed a sandbox environment and found users only have access to roles that are not single sign on. Is this standard behaviour?1 -
Re: Suitescript 2.0: Wrong parameter type: filters is expected as Array
Hi I have working version of the code (credit to Raghav on Netsuite Slack for help on formatting filter): /** * @NApiVersion 2.x * @NScriptType MapReduceScript */ define(["N/runtime", "…1 -
Re: How to Set External ID via Script?
I just realised what the issue was. This line: if (externalid_old == " ") Even though the external id is blank, for some reason, this condition isn't met. after I delete this, the exte…1 -
Re: Regexp Substring in Workflow
Hi @Kristoffer Viray-Oracle That wouldn't work as it's not looking for a particular phrase and is just extracting a number (while here, I need to extract anything after the phrase and befor…1
