SBM ModScript Reference → Programming SBM ModScript → Object Types → AppRecord → AppRecord Fields() Method
Returns a VarFieldList containing all fields for a VarRecord.
| Parameter | Type | Description | 
|---|---|---|
| None | 
| Type | Description | 
|---|---|
| VarFieldList | The list of fields from this AppRecord. If there is no FieldList for this record, this method returns null. Use is_var_null() to check for null. | 
SBM ModScript version: 11.3.
AppRecords from an Auxiliary or Primary table have a variable field list. That is, their fields can be defined using SBM Composer. The Fields() method returns a VarFieldList object containing all such fields. For AppRecords from tables without a variable field list, this method returns the global constant Nothing. See the VarFieldList object for details on manipulating field data.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.