Hi all,
i try create free text invoice use MS Flow from Invoice Field Service (CRM) like this.
when invoice created in field service, in dynamics 365 finance and operation will created free text invoice.
first, i try create header only.
But, if flow run, i always get error like this.
"An error has occurred. Field validation failed on table of type 'FreeTextInvoiceHeaderEntity' for the following fields: CustomerAccount, InvoiceAccount. Infolog: Warning: The value 'f2de5207-4123-e811-a' in field 'Customer account' is not found in the related table 'Customers V3'.; Warning: The value 'f2de5207-4123-e811-a' in field 'Invoice account' is not found in the related table 'Customers V3'"
Notes :
Customer already exists in master customer dynamics 365 Finance and Operation.
Problem solved if field Customer account not use dynamic content.
Example, i pass customer account 'C0001'.
i want to create free text invoice use Customer account like in form invoice Field Service.
Please help me.
Thanks.