AifQueryBuilder.setArgs Method [AX 2012]

Receives the arguments object passed by the Query Service caller.

public void setArgs(AifQueryBuilderArgs _args)

Run On

Called

Parameters

_args
Type: AifQueryBuilderArgs Class

ExceptionCondition
Error

The _args parameter is not null.

The default implemenation can be used by query builder without arguments.

If the query builder has arguments, this method must be overriden to save the incoming arguments object.

Community Additions

ADD
Show: