PCConfigurationUIGrouping::synchronizeUIControlSubTree Method [AX 2012]

Ensures that the records of the UI controls exists for each component in the model.

server public static void synchronizeUIControlSubTree(
    PCSubComponent _subComponent, 
    RefRecId _parentComponentControl, 
    RefRecId _configurationControl, 
    int _order)

Run On

Server

Parameters

_subComponent
Type: PCSubComponent Table
A reference to a sub-component.
_parentComponentControl
Type: RefRecId Extended Data Type
A reference to the parent configuration control.
_configurationControl
Type: RefRecId Extended Data Type
A reference to a configuration control.
_order
Type: int
The new order that is assigned to the control.
Show: