RetailConnDataDirectorEngine.addRecord Method [AX 2012]
Indicates whether the record is initialized and added to the client successfully.
public boolean addRecord(
str _tableName,
CLRObject _fieldNames,
CLRObject _fieldValues)
Run On
ClientParameters
- _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.
Community Additions
ADD
Show: