Share via


TaxCalculation.taxTransOrigin Method [AX 2012]

Retrieves a container that contains the table and record IDs of the specified record.

Syntax

protected container taxTransOrigin(Common _originRecord)

Run On

Server

Parameters

  • _originRecord
    Type: Common Table
    The record for which a key container should be constructed.

Return Value

Type: container
A container that contains the table and record IDs of the specified record.

Remarks

The container returned by this method is used as the key to maps that contain heterogeneous record types to avoid issues if the IDs of multiple records collide.

See Also

Reference

TaxCalculation Class