RetailConnDataDirectorEngine.insertRecord Method [AX 2012]

Adds the record to the record insert list instead of directly in to the database.

Syntax

public boolean insertRecord()

Run On

Client

Return Value

Type: boolean
true if the records are inserted in the list; otherwise, false.

Exceptions

Exception Condition
UpdateConflictNotRecovered

An update conflict exists.

UpdateConflict

An update conflict exists.

See Also

Reference

RetailConnDataDirectorEngine Class