PurchRFQSitesHelper::deleteEntityFromSetFilter Method [AX 2012]
Deletes an entity from a set filter.
client server public static void deleteEntityFromSetFilter(
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 that needs deletion from the set filter.
Show: