PurchRFQSitesHelper::isEntityInSetFilter Method [AX 2012]

Checks whether an entity is in a set filter.

client server public static boolean isEntityInSetFilter(
    AifPortName _portName, 
    AifActionId _actionId, 
    RecId _entityRecId)

Run On

Called

Parameters

_portName
Type: AifPortName Extended Data Type
The port name of the filter.
_actionId
Type: AifActionId Extended Data Type
The action ID of the filter.
_entityRecId
Type: RecId Extended Data Type
The record ID of the entity to be checked.

Return Value

Type: boolean
true if the entity is in the set filter; otherwise false.
Show: