The TransField object

This object wraps a transaction field in a form definition or set definition. Use this object to manipulate the transaction description. Use these methods only from an event from which a form definition or set definition is available, such as MngrFormDefTransDefault or MngrSetDefTransDefault. These events are meant to allow you to define your own default transaction descriptions.

If you are going to change, create, or update a TransField, you must define all parts of the TransField correctly. Do not forget to call the Save method to update the form definition or set definition.

Below is a list of the methods specific to the TransField object.

GetDerived

GetFieldDefNo

GetFieldNo

GetFormat

GetFormName

GetIndex

GetLength

GetName

GetPosition

GetType

Save

SetDerived

SetFormat

SetFormName

SetIndex

SetLength

SetName

SetType

Update

Overview of objects in the Classic API

Where to find additional information about methods and events