Share via


TaxReportDomesticExport_IT.getFieldFormat Method [AX 2012]

Gets the format of the report field.

Syntax

protected TaxReportFieldFormat_IT getFieldFormat(
    str _lineType, 
    str _sectionType, 
    int _fieldType)

Run On

Called

Parameters

  • _lineType
    Type: str
    The line type. For example C or D.
  • _sectionType
    Type: str
    The section type. For example FA or FE.
  • _fieldType
    Type: int
    The field type.

Return Value

Type: TaxReportFieldFormat_IT Enumeration
The format of the report field.

Exceptions

Exception Condition
Error

Section format cache is not initialized properly.

Remarks

The section type and field type literal produce field type ID, for example FAxxx001, FAxxx002.

The line type is added for safety for the cases when section types can be repeatable in different line types.

See Also

Reference

TaxReportDomesticExport_IT Class