Versions Compared

Key

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

...

It exposes an object of the type ContractBuilder which has the following functions specifically for Contracts:

  • getContractView() – Map of the whole Contract, including all its inputs, outputs, line items etc.
  • getHelper() – Returns a ContractHelper object which can make working with the map returned by getContractView() easier.

In addition to this, it has many other functions (which can also be found in Quote and Rebate header processors). For details see the CalculableLineItemCollectionBuilder functions.

Example of cProcessor Variable Usage

...