RAssetTaxAllowance::findByTaxAllowanceId Method
Reads the RAssetTaxAllowance table for the specified tax allowance ID.
Syntax
client server public static RAssetTaxAllowance findByTaxAllowanceId(RAssetTaxAllowanceId _taxAllowanceId, [boolean _forUpdate])
Run On
Called
Parameters
- _taxAllowanceId
Type: RAssetTaxAllowanceId Extended Data Type
The tax allowance ID to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
Return Value
Type: RAssetTaxAllowance Table
A buffer that contains the RAssetTaxAllowance table.