Share via


CustAccountQueryBuilder.setArgs Method [AX 2012]

Receives the arguments object passed by the Query Service caller.

Syntax

public void setArgs(AifQueryBuilderArgs _args)

Run On

Called

Parameters

Remarks

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.

See Also

Reference

CustAccountQueryBuilder Class