Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified Company Info and Tax Account Type record in the TaxRegistration_CA table.
Syntax
client server public static TaxRegistration_CA findByAccountTypeCompanyId(
RefRecId _companyInfoRecId,
TaxAccountType_CA _taxAccountType,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _companyInfoRecId
Type: RefRecId Extended Data Type
The record ID of the Company Info table.
- _taxAccountType
Type: TaxAccountType_CA Enumeration
The Canadian Tax Account Type value.
- _forupdate
Type: boolean
A Boolean value that specifies whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record.
Return Value
Type: TaxRegistration_CA Table
A buffer that has the TaxRegistration_CA table.