Jump to content

Is there a way through the XML api, to update an ARPayment custom field?


 Share

Recommended Posts

Context: We have alot of historical payment in sage, and I want to move copies into our own system.
I want to update the ARPayment updating a custom field containing a url to the payment in our own system.

I assume the answer is no from this doc 'https://developer.intacct.com/api/accounts-receivable/ar-payments/#update-ar-payment', but maybe theres a two step operation like reverse, then update?

 

Link to comment
Share on other sites

  • Members

You may want to explore creating a custom object with a field to store your external URL and create a relationship to the ARPYMT object on that custom object. You can then import records into this custom object and set the relationship to the ARPYMT object using the RECORDNO of the ARPYMT. 

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...