I have a single CSV file serving as my header source and detail source for a General Journal integration, and it is working well. However, I would like to improve the integration. See the below table from my CSV. Is there a way to tell Integration Manager to "skip" the "detail" rows that have "Posted" in the "Status" column?
Transaction Type | Transaction Date | Source Document | Reference | Blank | Account | Debit | Credit | Status | Notes1 | Notes2 | Notes3 | Notes4 | Notes5 |
7/1/2020 | GJ | Reclassify Expenses | 01-000-5531 | 1.01 | Posted | ||||||||
7/1/2020 | GJ | Reclassify Expenses | 01-000-5470 | 1.01 | Posted | ||||||||
7/2/2020 | GJ | Reclassify Expenses | 01-000-5531 | 1.01 | |||||||||
7/2/2020 | GJ | Reclassify Expenses | 01-000-5470 | 1.01 |
I have tried setting a filter on my detail source in the source properties. The criteria that I used was "Status Not Like Posted." But it didn't work. I have also tried setting a filter on my header source, which I don't think is what I want to do, but that didn't work either.
Here is the error that I get:
Opening source query...
Establishing source record count...
Beginning integration...
DOC 1 ERROR: Field 'Reference' does not have a default value.
DOC 2 ERROR: Field 'Reference' does not have a default value.
ERROR: Max Errors Exceeded at 2, Integration Canceled
ERROR: Integration canceled during document integration.
Integration Failed
Integration Results
2 documents were read from the source query.
2 documents were attempted:
0 integrated without warnings.
0 integrated with warnings.
2 failed to integrate.