Hello, I need some help resolving this issue with Logic App.
Please share information that could help me resolve this
/status/: 400,
/message/: /An error has occurred. Field validation failed on table of type
'PTCCustomerPaymentJournalLineSettledInvoiceEntity' for the following fields:
JournalLineCompany, JournalBatchNumber. Infolog: Warning: The value '1000' in field 'Journal company' is not found in the related table 'Customer payment journal header'.; Warning: The value '1000-009410' in field 'Journal batch number' is not found in the related table 'Customer payment journal header'..//r/clientRequestId: 7fb1e9c0-dd50-43a4-b487-bce6f17bee1f/,
/error/: {
/message/: /An error has occurred. Field validation failed on table of type
'PTCCustomerPaymentJournalLineSettledInvoiceEntity' for the following fields:
JournalLineCompany, JournalBatchNumber. Infolog:
Warning: The value '1000' in field 'Journal company' is not found in the related table
'Customer payment journal header'.; Warning: The value '1000-009410' in field
'Journal batch number' is not found in the related table 'Customer payment journal header'../
From the error message, you have on your environment 2 tables:
Customer Payment Journal Header and another one "journal batch number". The Journal Batch number contains a number that should have an exact match on the other table, as this is what makes tracking/processing possible. However, it seems like the number currently on the "Journal batch number" doesn't exist or is not correctly reflected into Customer Paymet Journal Header.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.