CustVendSettlement.hasChangedInQuery Method [AX 2012]
Determines if the concrete table represented by the map has changed in the query.
public boolean hasChangedInQuery(QueryRun _queryRun)
Run On
CalledParameters
- _queryRun
- Type: QueryRun Class
The query that contains the concrete table.
Return Value
Type: booleantrue if the concrete table represented by the map has changed in the query; otherwise, false.
Community Additions
ADD
Show: