TaxReport::taxVersion_IN Method [AX 2012]
Gets the generated name for given tax version
Syntax
server public static Name taxVersion_IN(
TaxRepVersion _taxRepVersion,
TaxPeriod _taxPeriod,
RefRecId _taxRegistrationNum,
TransDate _fromDate,
[NoYes _reported])
Run On
Server
Parameters
- _taxRepVersion
Type: TaxRepVersion Enumeration
The tax version is used to decide which name will be generated.
- _taxPeriod
Type: TaxPeriod Extended Data Type
The tax period is used to get version.
- _taxRegistrationNum
Type: RefRecId Extended Data Type
The tax registration number is used to get version.
- _fromDate
Type: TransDate Extended Data Type
The from date is used to get version.
- _reported
Type: NoYes Enumeration
This param checked whether update latest version.
Return Value
Type: Name Extended Data Type
Returns the generated name.