intacct / intacct-sdk-net

Official repository of the Sage Intacct SDK for .NET
https://developer.intacct.com/tools/sdk-net/
Apache License 2.0
31 stars 45 forks source link

Updating Custom Objects #19

Closed seanmunson closed 6 years ago

seanmunson commented 6 years ago

Is it possible to update custom objects?

jimmymcpeter commented 6 years ago

Take a look at the examples in the guide. We have an example that covers custom objects - https://developer.intacct.com/tools/sdk-net/custom-object-function/

Some overall info here too - https://developer.intacct.com/tools/sdk-net/#api-functions

seanmunson commented 6 years ago

Yes, creation or deletion, neither of which is the same as alteration.

jimmymcpeter commented 6 years ago

Ah yes - you'll still implement the IFunction interface/extend the AbstractFunction like the examples, but you need to use the update function in the API docs here - https://developer.intacct.com/api/platform-services/records/#update-record