RPayTaxCalc::calcTaxForPerson Method [AX 2012]

Calculates tax for person.

client server public static void calcTaxForPerson(
    RHRMPayMainEmplId _mainEmplId, 
   [RPayAmount _limitationAmount, 
    boolean _withhold])

Run On

ClientOrServer

Parameters

_mainEmplId
Type: RHRMPayMainEmplId Extended Data Type
The primary employee id.
_limitationAmount
Type: RPayAmount Extended Data Type
The amount limit.
_withhold
Type: boolean
Withhold if true.
Show: