Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »


The Approval Configuration screen allows you to specify expressions that will be used to populate an user picker All and the user picker Any that have been selected for an Approval Configuration.




Auto populate user picker field based on expression screen

The Approval Configuration screen displays the available properties to setup an Approval :

When selecting an user picker All or an user picker Any , you are able (Optionally) to specify expressions that identify

  • users that will be filled on the user picker custom field in order to enable them to approve and
  • users that will be removed by the user picker in order to exclude them.

just clicking on the icon showing on the right side of the select list:

The Auto populate user picker field based on expression dialog requires an expression specifying the users to insert in the user picker field and optionally  the users to erase from the list.

(info) You cannot specify the users to exclude (Excluded) without specify the users to add to the list (Can Approve or Reject).

(lightbulb) You are able to insert the allowed tags on the text areas simply performing a drag and drop of a tag inside the text area on the point you want add it.

(question) Example

(question) Example


Expected syntax 

A valid expression requires that you respect the expected syntax.

The following diagram illustrates the expected syntax for valid expressions that you can specify in the Can Approve or Reject and the Excluded text areas:

The syntax that allows to specify the property's values expects a start end tag identifying the property:

  • <users>...</users>
  • <groups>....</groups>
  • <roles>....</roles>
  • <group-pickers>...</group-pickers>
  • <user-pickers>...</user-pickers>
  • <component-leads>..</component-leads>.

You are able to specify one or more Property's values.

Property's values are concatenated via the '&'.

(question) Example: <users>Tom Black & Nancy Green & Jack Red & Katy White</users>

The syntax that allows to specify a condition enabling a set of properties expect the following start end tag

  • <conditional-rule  name="Conditional Rule Name">...</conditional-rule>

An expression can include zero, ore, more conditions enabling one or more properties.

(question) Example: <conditional-rule  name="Priority High"><groups>Managers</groups> </conditional-rule> <conditional-rule  name="Priority Low"><users>Tom Black</users></conditional-rule>




  • No labels