Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order for a user to have the ability of request the download of an asset, they need to have the roles ‘Asset_Can_Download', ‘Business_Workflow_Instance_View' and ‘Business_Workflow_Instance_Transition'. They also need the download qualities as they normally would, if download approval wasn’t enabled.

...

  • It needs at least three stages. One for “Pending”, one for “Approved”, and one for “Denied“. We advise you to call them this for maintainability, however, it’s not required.

  • The first transition needs to at least have the constraint “Only Instance Owner Can TransitionAny user can transition“, else the users will get an error when they try to instantiate. (For admins, we have a role to bypass this “Only Instance OwnerSpecific user…“ constraint, and it’s called “Business_Workflow_General_Transition_Executor“. Again, only assign this to admins, as all “Only…“ constraints will be bypassed with this.)

    Image RemovedImage Added

  • We allow for other constraints on this first transition. Some set up “input constraints“, which are data the requester will be asked to fill out to request a transition.

  • The currently supported input constraints are: String, Int, and Date. Below is an image of how String and Date look for the end user

...

Below are shown the 8 valid scenarios which you can configure the download request.

All users have to request all assets

Metafield = Any
Metafield data = [Empty]
Formats = Bypass
Formats data = [Empty]

All users have to request all assets except selected assets

Metafield = Bypass
Metafield data = Bit field
Formats = Bypass
Formats data = [Empty]

All users have to request all assets except for selected formats

Metafield = Any
Metafield data = [Empty]
Formats = Bypass
Formats data = Selected formats

All users have to request all assets except selected assets and selected formats

Metafield = Bypass
Metafield data = Bit field
Formats = Bypass
Formats data = Selected formats

No users have to request any assets

Disable download request altogether

No users have to request any assets except selected assets

Metafield = Require
Metafield data = Bit field
Formats = Bypass
Formats data = [Empty]

No users have to request any assets except selected formats

Metafield = Bypass
Metafield data = [Empty]
Formats = Require
Formats data = Selected formats

No users have to request any assets except selected assets and selected formats

Metafield = Require
Metafield data = Bit field
Formats = Require
Formats data = Selected formats

Info

Please be aware that this does not into consideration that there is the bypass role “Download_Approval_Bypass “ which, as previously stated, will disregard any download restrictions you have in place.

...