Producing AR Statements
We have a question around creating AR statements and sending them to a document management system.
BACKGROUND
We are looking to store the AR Statements which are produced by EBS into a DMS which can then be later retrieved. Requirements of the DMS are;
- Files must be in PDF format
- A single file per document (so the document can be indexed and retrieved at a later date
- File name should contain document meta-data (i.e. customer number) which will be used as index data in the DMS
PROBLEM STATEMENT
In doing this we are looking at having to run a separate concurrent request per customer statement to allow for a single PDF output per customer.