Transaction Entry Services

Transaction entry services provide ways for marking entries, assigning entry numbers to marked entries, assigning ISNs to marked entries, and creating CPCS TXS extractions of the marked entries.

This task is accomplished with the use of four distinct Services Framework tasks.
  • EntryMarkerTask - Marks entries according to aggregation rules and provides the marked entries to either the EntryAllocationTask or CPCSTxsExtractTask.
  • EntryAllocationTask - Assigns entry number to marked entries.
  • CPCSTxsExtractTask - Assigns entry numbers and ISNs to marked entries and creates CPCS TXS extracts of those entries.
  • PreLoadISNTask - Marks entries according to aggregation rules and assigns ISNs to the marked entries.
These tasks are used in the following ways:
  1. If entry allocation, ISN assignment, and extracts are required, use the EntryMarkerTask with the CPCSTxsExtractTask.
  2. If only entry allocation is required, use EntryMarkerTask with the EntryAllocationTask.
  3. If only ISN assignment is required, use PreLoadISNTask.

For more information about these tasks, see the following sections.