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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Trapping the execution point of 'SUBMIT AND CLOSE CASE' in Client Centre
Hello,
I have a suitscript that is triggered on a CASE being closed, i.e. when my case form status is set to CLOSED my code will run. This works fine within our current NetSuite environment as the user manually changes the status of the case to Closed before submitting the form. This allows me to pick up the closed status fo the case and then trigger my code.
The problem I am having is within the client centre. The user does not set the case status themselves becuase the case is set to closed when the NetSuite button 'SUBMIT AND CLOSE CASE' is pressed. In my code I am trying to trap the status id to trigger my code when the status is closed. I have tried to do this on a 'afterSubmit' but NetSuite does not seem to change the status to closed immideatly (i.e. it stays as In-Progress).