Previous Topic: EApiCommitUpdateNext Topic: Summary


Description

This function commits updates to the database. Before doing the commit, it will validate the names of new objects added and the names of any objects whose name property was updated. If a duplicate name is found, the object will be renamed.

It is recommended that the commit API be called on a regular basis when doing a large number of updates against a model. The commit API will perform final validation of the updates and, if no problems are found, commit the changes to the database. The commit API does not release the lock on a model.

Change capture is used for this function.

Name validation rules are specified in the appendix Object Name Validation Rules.