
Relative to release 335
Two types of feeds exist:
2 Open the CUST_EVNT table.
3 Type the required entry in the following fields:
Configuring AP Feed Files
a feed which spans all checks in one
| Field
| Required Entry
|
| OWNER_KEY
| The OWNER_KEY (as appropriate for the customer).
|
| EVNT
| “Payment”
|
| EVNT_SEQ_NUM
| An integer which simply uniquely identifies the record.
|
| EVNT_CLASS
| “AP Feed” or “AP Feed Combined Checks” depending on whether a feed file per-check, or feed file per-process
(spanning checks) is desired, respectively.
|
| IN_USE_FLAG
| Currently ignored, but will be used in the future.
|
| <remaining fields>
| Currently unused.
|
| Field
| Required Entry
|
| OWNER_KEY
| The OWNER_KEY (as appropriate for the customer).
|
| CUST_RPT_KEY
| “AP Feed File” or “AP Feed Combined Checks File” depending on the value given for EVNT_CLASS in the CUST_EVNT table.
|
| RPT_INST_NUM
| An integer specifying the instance of the report. Multiple feeds of differing
formats may also be generated.
|
| CUST_RPT_DESC
| A name given to the generated feed by which the customer may identify with it.
This is used in a message box as the end of the process.
|
| SQL MEMO
| A function call to be EVALuated. This will typically be a call to “Generic_Cust_Feed_File( ... )”, but could be a call to a custom coded routine.
|
| <remaining fields>
| Currently unused.
|
Generic_SQL_Export Function