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.
How To Handle Voided Transactions with Server Side Scripting?
Hi,
I am trying to run a server side script when a payment is voided. I can successfully run the script when the payment is deleted using type argument 'delete', but there is no type argument for 'void'.
I spoke to NetSuite and they entered an enhancement request (#119056) for the type argument 'void'.
Has anyone been successful with firing off a user event server side script when a record is voided? The record type I am working with is customer payment, but if someone has done this with another record type I'm sure it would help me out.
The only work around I can think of is to run a scheduled script that runs a saved search returning any payments that were voided that day, but I'd prefer not to do this.