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.
Adds a relationship to the specified TaxUncommitted record.
Syntax
private void addTaxUncommittedRelationship(
RecId _taxUncommittedRecId,
CompanyId _companyId,
TaxTransRelationshipType _taxRelationshipType)
Run On
Called
Parameters
- _taxUncommittedRecId
Type: RecId Extended Data Type
The record ID of the TaxUncommitted record.
- _companyId
Type: CompanyId Extended Data Type
The company ID of the TaxUncommitted record.
- _taxRelationshipType
Type: TaxTransRelationshipType Enumeration
The tax relationship type.
Exceptions
Exception | Condition |
---|---|
Error | The record ID of the TaxUncommitted record is zero. -or- The company ID is an empty string. |