Share via


LedgerVoucherTransObject.addTaxUncommittedRelationship Method [AX 2012]

Adds a relationship to the specified TaxUncommitted record.

Syntax

private void addTaxUncommittedRelationship(
    RecId _taxUncommittedRecId, 
    CompanyId _companyId, 
    TaxTransRelationshipType _taxRelationshipType)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

The record ID of the TaxUncommitted record is zero.

-or-

The company ID is an empty string.

See Also

Reference

LedgerVoucherTransObject Class