RetailConnDataDirectorEngine.addRecordsBatch Method [AX 2012]

Indicates whether a batch of records have been added successfully.

Syntax

public boolean addRecordsBatch(
    str _tableName, 
    CLRObject names, 
    CLRObject records)

Run On

Client

Parameters

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

Return Value

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

See Also

Reference

RetailConnDataDirectorEngine Class