Share via


TaxReportDomesticExport_IT.fieldID Method [AX 2012]

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.

See Also

Reference

TaxReportDomesticExport_IT Class