SBM ModScript Reference → Programming SBM ModScript → Object Types → VarFieldList → VarRecord FindSysField() Method
Finds a field by syscode.
Parameter | Type | Description |
---|---|---|
syscode |
int |
The system code of the field to be found. |
Type | Description |
---|---|
Field object |
The Field on the list matching the given syscode. If no Field objects matched, it returns null. Check for null using is_var_null(). |
SBM ModScript version: 11.3.
System Fields are fields that have special built-in meaning to SBM. Every syscode field is unique within the field's table and identifies it by number. The SBM schema document lists all the system codes for each table.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.