PurchRFQSitesHelper::addEntityToSetFilter Method [AX 2012]
Adds an entity to a set filter.
client server public static void addEntityToSetFilter(
AifPortName _portName,
AifActionId _actionId,
RecId _entityRecId)
Run On
CalledParameters
- _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 added.
Show: