CustVendTrans.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

Called

Parameters

_queryRun
Type: QueryRun Class
The query that contains the concrete table.

Return Value

Type: boolean
true if the concrete table represented by the map has changed in the query; otherwise, false.

ExceptionCondition
Error

The map has not been associated with one of the concrete tables represented by the map.

Community Additions

ADD
Show: