PayrollWorkerTaxCodeParameterValue::lookupTaxCodeParameterValues Method
Performs a form lookup for the tax code parameter values.
Syntax
client server public static void lookupTaxCodeParameterValues(
FormControl _formControl,
PayrollTaxCodeParameterDurationRecId _taxCodeParamDuration,
boolean _isDateMgr,
[date _validFrom,
date _validTo])
Run On
Called
Parameters
- _formControl
Type: FormControl Class
The FormStringControl control to which to bind the lookup.
- _taxCodeParamDuration
Type: PayrollTaxCodeParameterDurationRecId Extended Data Type
The taxCodeParamDuration record ID to check.
- _isDateMgr
Type: boolean
A Boolean value that indicates whether the method is called from a date manager form.
- _validFrom
Type: date
A ValidFrom field value.
- _validTo
Type: date
A ValidTo field value.