CreatedObject : IMetabaseObjectDescriptor;
The CreatedObject property returns the description of an object created on update. If the object was not created, this property returns Null.
If update is executed without creating a new object, CreatedObject is empty, and UpdateObject contains a link on a descriptor of the updated object.
If a new object is created successfully on update, CreatedObject and UpdateObject contains a link on a descriptor of the created object.
If while updating an object a descriptor of an object is created but metadata is not updated because of any error, CreatedObject will contain a link on this descriptor, and UpdateObject will be empty.
See also: