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.
Update Deductions via SuiteTalk
I am attempting to update an employee's deductions via the SuiteTalk web service. Below is the request and response. I'm getting an error response that says "ReferenceError: 'SetDeductionEffectiveExpirationDates' is not defined." When generating the request I set the properites effectiveDateSpecified and expirationDateSpecified to true.
Any help is greatly appreciated.
Snippet of C# [FONT=Consolas][SIZE=2]employeeDeductions[arraySize - 1].effectiveDate = System.[/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#2b91af][FONT=Consolas][SIZE=2][COLOR=#2b91af]Convert[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2].ToDateTime(Effective_Date);[/SIZE][/FONT]
[FONT=Consolas][SIZE=2]employeeDeductions[arraySize - 1].effectiveDateSpecified = [/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]true