Jump to: navigation, search

Changes


UI Action Config

22 bytes added, 12:26, 2 September 2016
UI (user interface) Action configuration objects are used to configure these Workflows that should be executed after the user performs a certain user action.
You can find the standard UI Configuration objects in the "System.Main.Settings" namespace.
 
== Configuration ==
Use the Namespace, Name and Description property of the UI Configuration objects to organize your objects.
 
== Action key ==
{{Hint|It is suggested to structure your configurations object wisely and define several configs for the same Action!}}
 
== Workflows ==
=== Properties for the Relation ===
{| class="wikitable" | width = "50%"
 
|-
! Property!! Description
 
|-
| Enabled||you can enable/disable the execution for every single workflow without removing it from the relation
 
|-
| AdminRights||this Checkbox indicates whether the user needs Admin - Rights to execute the workflow. As the user has not switched to Admin mode, the workflow is ignored.
 
|-
| Configured Name Rule|| Refer to the Name Rule Configuration object you need to pass to the workflow.
 
|-
|}
Keys without any action are:
* UserParameter_01 to UserParameter_05
 
 
=== Evaluation Type ===
The evaluation type indicates whether the related Metaclass and all its derivates are the object you want to perform the action with (evalutation type = Metaclass) or whether you want to perform the action with all instances of the given Metaclass (evaluation type = instances).
 
== See also ==
* [[UI_ACTION]]
[[Category:Workflow|UI ACTION CONFIG]]
10,686
edits