Share via


PayrollTaxCodeParameterValue::getDefaultValue Method

Returns the default PayrollTaxCodeParameterValue record for the specified PayrollTaxCodeParameter record.

Syntax

client server public static str getDefaultValue(PayrollTaxCodeParameterRecId _parameterRecId, date _validFrom)

Run On

Called

Parameters

  • _validFrom
    Type: date
    The effective date for which to search for the default value.

Return Value

Type: str
A string that represents the default value of the specified tax parameter.

Remarks

Because this is a date-effective table, the record that is returned might vary, depending on the date that is passed in. The first default record as of the specified date and later will be returned.

See Also

Reference

PayrollTaxCodeParameterValue Table