Share via


InventTrackingDimTracingFormCtrl.refreshDataSources Method [AX 2012]

Research the form data sources when another line in the tree is selected.

Syntax

protected void refreshDataSources(
    InventTransOrigin _oldInventTransOrigin, 
    InventTransOrigin _newInventTransOrigin, 
    InventTrans _oldInventTrans, 
    InventTrans _newInventTrans, 
    InventDim _oldInventDim, 
    InventDim _newInventDim)

Run On

Called

Parameters

  • _oldInventTransOrigin
    Type: InventTransOrigin Table
    The InventTransOrigin record associated with the previous tree line.
  • _newInventTransOrigin
    Type: InventTransOrigin Table
    The InventTransOrigin record associated with the new tree line.
  • _oldInventTrans
    Type: InventTrans Table
    The InventTrans record associated with the previous tree line.
  • _newInventTrans
    Type: InventTrans Table
    The InventTrans record associated with the new tree line.
  • _oldInventDim
    Type: InventDim Table
    The InventDim record associated with the previous tree line.
  • _newInventDim
    Type: InventDim Table
    The InventDim record associated with the new tree line.

See Also

Reference

InventTrackingDimTracingFormCtrl Class