This documentation is archived and is not being maintained.
PCEnterprisePortalMain.navigateToComponent Method [AX 2012]
Navigates to a component.
public str navigateToComponent(str _componentId)
Run On
Server
Parameters
-
_componentId
- Type: str
The ID of the component instance to which to navigate.
Return Value
Type:
str
The XML representation of the component to which to navigate.
This method passes the model XML of this instance into the solver and lets it solve with focus on the given component.
The value of the _componentId parameter is saved and will be used as context for any subsequent calls to the fixValue method.