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.
Programatically Authorise a Sales Order Credit Card
Hi
I'm trying to script the credit card authorisation of a Sales Order - our client cannot authorise these at point of order because the order may not ship for many days. Instead we would like to authorise the order's card when its first fulfillment is created.
In a server script I've tried setting getauth to 'T' - this submits with no problem but does not authorise the card on the order.
I've also tried updating the order via web services, setting getAuth to true. Again, this submits OK but does nothing.
Can anyone help with this? The payment tab fields on the order are populated as required (ie. I could authorise the card manually in the UI) but perhaps I'm missing something?