Field

Description

A Field object represents a variable field, from a primary or auxiliary item. Field objects are typically retrieved using the VarRecord method GetFieldValue() or the VarFieldList method FindField(). Field methods allow you to read and write the field's value and control whether it will be processed when the item is updated in the database.

Note: A GetFieldValue method is also included in the SBM JavaScript Library.

Inheritance

AppRecord->Field

Methods

Related Topics

Object Types

Application Objects