Multidomain MDM
- Multidomain MDM 10.5
- All Products
Parameter | Description |
---|---|
ChangeListXml | Contains the XML string representing the change list to apply. |
Parameter | Description |
---|---|
RollBackStrategy | If set to FULL_ROLLBACK : No changes are applied if an error occurs during the change list process. The default is FULL_ROLLBACK . If set to ROLLBACK_TO_LAST_CHANGE : Only the change list item that failed is rolled back. All other changes are applied. |
OwnerPassword | Contains the owner password. The default is "" . |
ValidateDataIntegrity | If set to true , data integrity validation is required. If set to false , data integrity validation is not required. The default is false . |
Field | Description |
---|---|
Messages | Contains an array of error messages. |
Success | If true , the change list executed without errors. If false , the change list executed with errors. |
DataLost | If true , data was lost because of a rollback. If false , no data was lost because of a rollback. |