Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The BatchData APL functions are used for managing the work orders and work logs used in the Usage Management Workflow Templates.

The BatchData Support functions include:

Table of Contents
maxLevel1

pccBatchDataBeginWorkorders

This function enables a list with work orders to be created for a session context. When this function has been called, the session context field in the UDR can be populated with the list of work orders.

...

Info
titleExample


Code Block
pccBatchDataRemove((long) mapGet(sc, S_TXNID));

will remove the batch data for the session context with the transaction ID returned by the mapGet function.

Scroll pagebreak