PRLW2File::box13Indicator Method [AX 2012]

Determines the box 13 value for the worker.

client server public static boolean box13Indicator(
    HcmWorkerRecId _workerRecId, 
    Str60 _parameterName, 
   [TransDate _asOfDate, 
    CompanyInfoRecId _legalEntity])

Run On

Called

Parameters

_workerRecId
Type: HcmWorkerRecId Extended Data Type
The RecId for the HcmWorker record.
_parameterName
Type: Str60 Extended Data Type
The Name of the PayrollTaxCodeParameter.
_asOfDate
Type: TransDate Extended Data Type
The date to be used as the point in time when obtaining the parameter value.
_legalEntity
Type: CompanyInfoRecId Extended Data Type
The legal entity to be used when retrieving the PayrollWorkerTaxCodeParameterValue records

Return Value

Type: boolean
The value of the parameter for the worker.
Show: