Commit():Void

Publishes all changes to the data object.

The method publishes all changes for the data object. The ChangeSet remains.

Errors can occur during the publication since dependant changes may not have been published with the rest. If, for example, a reference from another data object created in the same ChangeSet is added to the data object, then the content change cannot be published since the referenced data object does not exist in the Productive Environment.

Return type: System.Void