TranSet Class

The TranSet class is a collection of transaction objects. It contains properties and methods to deal with a set of transaction record objects as opposed to dealing with an individual transaction record.

The TranSet class is supported in Profile v6.2 and above. As of Profile v7.0, its use is deprecated. Programs shall call the transaction driver (TRNDRV) directly.

type TranSet ts=Class.new(“TranSet”)

 

Ancestor

Reference

Descendants

None

Properties

Description

status

Identifies the transactions that were rejected when posting a transaction using the postTSet method.

Methods

Description

copyTran

Copies a financial transaction record object into the transaction set container.

getTran

Retrieves a transaction from a transaction set object.

postTSet

Posts the financial transactions in the set by calling the appropriate transaction driver.