Table of Contents
Enqueue Ownership Action
Table of Contents
The Enqueue Transfer 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 | EnqueueTransferOwnershipAction |
transferUserId | A selection of users in Picturepark. You can only select one owner for a Content Item. |
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
}