This documentation is archived and is not being maintained.
PCRuntimeUIConfigurator.userSelectedValue Method [AX 2012]
Executes when the user assigns a value.
protected void userSelectedValue(int _attributeInstanceId, str _attributeValue)
Run On
Client
Parameters
-
_attributeInstanceId
- Type: int
An attribute instance ID.
-
_attributeValue
- Type: str
The value that was selected.
This event is needed so the UI can inform which selections are made by the user when a template is loaded or when reconfiguring.