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.
- _fieldNames
Type: CLRObject Class
The name of fields in the table.
- _fieldValues
Type: CLRObject Class
The values of the fields.
Return Value
Type: boolean
true if the record is inserted; otherwise, false.