Share via


InventTrackingDimTracingRelations.nodeFromKey Method [AX 2012]

Returns the tracing node identified by the specified string.

Syntax

public InventDimTrackingInventTransNode nodeFromKey(str _transactionKey)

Run On

Called

Parameters

  • _transactionKey
    Type: str
    The string identifying the tracing node.

Return Value

Type: InventDimTrackingInventTransNode Class
A tracing node.

Remarks

The identifying string should be calculated using the tracingNodeKey method.

See Also

Reference

InventTrackingDimTracingRelations Class