ProjGroupQueryBuilder.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
The arguments object.

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: