Query.newObject Method [AX 2012]

Creates a query that exists on the same Client/Server side as the source query.

public Query newObject(anytype source)

Run On

Called

Parameters

source
Type: anytype
The source query.

Return Value

Type: Query Class
The new query.

Community Additions

ADD
Show: