Hi
We have source files processed through ECS (we use ACC_ECS_DIR_INPUT_PP) to process these files. The source files sometimes have future dated transactions/documents.
We want ECS to detect if posting date of transactions is after today's date to hold these (while process all others with today's posting date or earlier) and process the held documents when todays' date is equal to posting date.
Example:
Today is 4th June 2018
Source file is processed through ECS with several documents and have transactions some with posting date 3rd June, some with 4th june some with 8th June.
We want ECS to process 3rd june and 4th june postings but hold 8th june postings and post these when the system date is 8th June.
Can you suggest how this can be done?