TaxWithholdReport_IN.taxReportDate Method [AX 2012]

To find the tax report date.

public TransDate taxReportDate(
    TaxWithholdPeriodRecId_IN _period, 
    TaxWithholdType_IN _taxType, 
    TransDate _date, 
    AccountNum _accountNum)

Run On

Called

Parameters

_period
Type: TaxWithholdPeriodRecId_IN Extended Data Type
Record id of TaxWithholdPeriod_IN
_taxType
Type: TaxWithholdType_IN Enumeration
Tax wotholding type is used to find the record.
_date
Type: TransDate Extended Data Type
Date is used to initialize the tax date.
_accountNum
Type: AccountNum Extended Data Type
Account number is used to find the record.

Return Value

Type: TransDate Extended Data Type
Returns tax report date.

Community Additions

ADD
Show: