PCRuntimeConfigurator.getAttributeFeasibilityAsync Method [AX 2012]

Retrieves the feasibility of attribute values asynchronously.

public void getAttributeFeasibilityAsync(int _attributeInstanceId, PCRuntimeAttributeFeasibilityHandler _handler)

Run On

Client

Parameters

_attributeInstanceId
Type: int
An attribute instance ID.
_handler
Type: PCRuntimeAttributeFeasibilityHandler Interface
A handler which will be invoked for each feasibility event.

Only one handler can be active at a time. Invoking this method again will cancel the previous asynchronous call.

Community Additions

ADD
Show: