CreateMultiple Operation
Microsoft Dynamics Nav 2009
Creates a set of records. The supplied record object is overwritten with the version that is created by the page.
| SOAP fault message | Description |
|---|---|
|
The [record name] already exists. Identification fields and values: [field]=[value] |
Indicates that the insertion of at least one of the records would violate key constraints. |
Other faults are possible if they are generated by the C/AL code.
The CreateMultiple operation is executed as a single transaction unless the C/AL code explicitly commits the transaction. Either all or none of the records are inserted unless the application code does not explicitly call COMMIT.
Community Additions
ADD
Show: