PurchRFQSitesHelper::createQueryFilter Method [AX 2012]

Creates a query filter.

client server public static void createQueryFilter(
    AifPortName _portName, 
    AifServiceName _serviceName, 
    Query _query, 
    AifDocumentFilterDescription _description)

Run On

Called

Parameters

_portName
Type: AifPortName Extended Data Type
The port name of the filter.
_serviceName
Type: AifServiceName Extended Data Type
The service name of the filter.
_query
Type: Query Class
The query of the filter.
_description
Type: AifDocumentFilterDescription Extended Data Type
The filter description.

ExceptionCondition
Error

The port or action does not exist.

Show: