PCRuntimeUIConfigurator.inferredAttributeValue Method [AX 2012]

Executes when an attribute value has been inferred.

protected void inferredAttributeValue(int _attributeInstanceId, str _attributeValue)

Run On

Client

Parameters

_attributeInstanceId
Type: int
The instance ID of the attribute.
_attributeValue
Type: str
The value of the attribute.

This method can be overridden in derived classes to add behavior.

Community Additions

ADD
Show: