RetailConnDataDirectorEngine.initializeQuery Method [AX 2012]

Initializes the data director query to update the records of the specified table.

public boolean initializeQuery(TableName _tableName, [boolean _forUpdate])

Run On

Client

Parameters

_tableName
Type: TableName Extended Data Type
The name of the specified table.
_forUpdate
Type: boolean
A Boolean value that indicates whether the record is edited for update; optional.

Return Value

Type: boolean
true if the query is initialized; otherwise, false.

Community Additions

ADD
Show: