RetailConnDataDirectorEngine.initializeQuery Method [AX 2012]

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

Syntax

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

Run On

Client

Parameters

  • _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.

See Also

Reference

RetailConnDataDirectorEngine Class