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!
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