The Enqueue Ownership Action transfers the ownership of a Content Item to the configured user of Picturepark. The Business Rule will execute and if conditions are met the ownership is transferred.
Prerequisites
Existing user in Picturepark.
Open Settings
Open Business Rules
Add a new business rule
Name: All content ownership transferred to Marketing.
Trigger: Create, Content, Main doc
Condition: Content Schema Condition (no values, just empty)
Transformation: none
Action: Enqueue Transfer Ownership Action
Select your desired target user
Limitations
Content Item can only have one owner.
Specific Definitions
Type ahead and select the notification to produce from the dropdown. You see the listed IDs of all available notifications.
Property | Value |
kind | EnqueueOwnershipActionAction |
targetUser | A selection of users in Picturepark with the user right “manage content”. You can only select one owner. |
All content ownership transferred to Marketing
{ "kind": "BusinessRuleConfigurable", "condition": { "kind": "ContentSchemaCondition", "schemaId": null, "traceRefId": null, "names": {}, "description": {} }, "transformationGroups": [], "actions": [ { "kind": "EnqueueTransferOwnershipAction", "transferUserId": "6288aec7e4de420995920812460ce91f", "traceRefId": null, "names": { "en": "Assign ownership for all new items to Marketing", "x-default": "Assign ownership for all new items to Marketing" }, "description": {} } ], "id": "allContentOwnershipTransferredToMarketing", "triggerPoints": [ { "executionScope": "MainDoc", "documentType": "Content", "action": "Create" } ], "isEnabled": true, "names": { "en": "All content ownership transferred to Marketing", "x-default": "All content ownership transferred to Marketing" }, "description": {}, "enableTracing": false }