Changes

UI Action Config

38 bytes added, 12:26, 2 September 2016
{{UBIKSTUDIOUBIK Studio}} provides a mechanism to custom [[Workflow| Workflows]] that are be executed after the user performed an action. This action is a trigger for the workflow, and the object he performed the action with, is handed over (as input parameter) for the workflow.
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.
 
|-
|}
* DragDropSource
{{Attention|As it is not possible to create a relation to one object more often then once, you have to use DragDropSource in the case you want to use this object as well as DragSourcen DragSource and as DropTarget!}}
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