RetailConnDataDirectorEngine.addRecordsBatch Method [AX 2012]
Indicates whether a batch of records have been added successfully.
public boolean addRecordsBatch(
str _tableName,
CLRObject names,
CLRObject records)
Run On
ClientParameters
- _tableName
- Type: str
The table that contains the specified records.
- names
- Type: CLRObject Class
The names of fields in the table.
- records
- Type: CLRObject Class
A list of records.
Community Additions
ADD
Show: