Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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