InventTrackingDimTracingHierarchyTree::newFromForm Method [AX 2012]
Creates a new instance of this class based on form controls and the tracing hierarchy.
Syntax
client public static InventTrackingDimTracingHierarchyTree newFromForm(
FormTreeControl _tree,
FormComboBoxControl _alreadyTracedComboBoxCtrl,
FormButtonControl _goToAlreadyTracedButton,
FormButtonControl _returnFromGoToAlreadyTracedButton,
InventTrackingDimTracingHierarchy _inventTrackingDimTracingHierarchy)
Run On
Client
Parameters
- _tree
Type: FormTreeControl Class
The form tree control.
- _alreadyTracedComboBoxCtrl
Type: FormComboBoxControl Class
The form control for showing already traced status.
- _goToAlreadyTracedButton
Type: FormButtonControl Class
The form button control for navigating to the first appearance of the transaction in the trace.
- _returnFromGoToAlreadyTracedButton
Type: FormButtonControl Class
The form button control for navigating back to the source of the last goToAlreadyTraced.
- _inventTrackingDimTracingHierarchy
Type: InventTrackingDimTracingHierarchy Class
The tracing hierarchy.
Return Value
Type: InventTrackingDimTracingHierarchyTree Class
An instance of this class.