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.
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.