dms.CopySD
This job assigns a copy of the access control entries of an object to one or more other objects. When copying, only access rights for users or user groups are transferred to the target objects for which there are no entries in the respective target object yet. Conversely, existing access rights for users for whom there are no entries in the source object are not touched.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported → pass 0 |
|
INT |
Yes |
ID of the source object |
|
INT |
Yes |
Type of the source object |
|
STRING |
Yes |
List of target objects in XML format |
2. Return Value
(INT): 0 = Job successful, otherwise error code
Complete error list
| Detailed description of Destination |
-
object_type: Type of the object (Object Type ID)
-
object_id: ID of the object
Building Destination
<DMSAccess>
<ACL object_type="XXX1" object_id="YYY1"/>
<ACL object_type="XXX2" object_id="YYY2"/>
<ACL object_type="XXX3" object_id="YYY3"/>
</DMSAccess>