I am trying to create a Proof of Concept to update invoices directly into MS Dynamics 365 Finance (using a Sandbox) from an OCR application. I can see in the Common Data Model Documentation that there are 19 entities relating Vendor Invoices.
https://docs.microsoft.com/en-us/common-data-model/schema/core/operationscommon/entities/finance/accountspayable/vendadvancedinvoiceentity
I can't find any documentation relating to which of these objects needs to be populated. For example, I can see the following 2 entities:
VendAdvancedInvoiceEntity Which contains a field (attribute) for Invoice Total
VendorInvoiceHeaderEntity Which doesn't appear to contain an Invoice Total field
Can anyone clarify which tables/entities I need to populate?
Also are the same entities used for MS Dynamics 365 Finance as are used for Dynamics 365 Business Central?
Thanks,
Rob.