RetailConnDataDirectorEngine.addRecord Method [AX 2012]

Indicates whether the record is initialized and added to the client successfully.

Syntax

public boolean addRecord(
    str _tableName, 
    CLRObject _fieldNames, 
    CLRObject _fieldValues)

Run On

Client

Parameters

  • _tableName
    Type: str
    The table that contains the specified record.

Return Value

Type: boolean
true if the record is inserted; otherwise, false.

See Also

Reference

RetailConnDataDirectorEngine Class