Closed seanmunson closed 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
Yes, creation or deletion, neither of which is the same as alteration.
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
Is it possible to update custom objects?