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

Client

Parameters

_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.

Return Value

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

Community Additions

ADD
Show: