Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Builds the field ID for non-positional field.
Syntax
protected str fieldID(
str _sectionType,
int _subSectionNum,
int _fieldType)
Run On
Called
Parameters
- _sectionType
Type: str
The section type (literal). For example, FA or SA.
- _subSectionNum
Type: int
The subsection number of the field ID to build.
- _fieldType
Type: int
The field type of the field ID to build.
Return Value
Type: str
The new field ID that is built from the section type literal, subsection number literal, and field type literal.