Difference between revisions of "HowTo:Configure Dynamic Selective Lists"
(→Getting it to the mobile client) |
(→Goal 1: Create a new Dynamic Selective List) |
||
Line 41: | Line 41: | ||
* Add the "QCS_DYN_SL" to the scope list of your ACM context. | * Add the "QCS_DYN_SL" to the scope list of your ACM context. | ||
* Add the "DynSL" instance to the infrastructure list of your ACM context. | * Add the "DynSL" instance to the infrastructure list of your ACM context. | ||
+ | |||
+ | {{Attention|Because every Dynamic Selective List is also an Offline Query technically, it's highly recommended to read the details about [[Offline_Query_(UBIK_WinX)|offline query]] first.}} | ||
+ | |||
+ | [[Category:Client|Configure Dynamic Selective Lists]] | ||
+ | [[Category:How-To|Configure Dynamic Selective Lists]] | ||
+ | [[Category:Studio|Configure Dynamic Selective Lists]] | ||
+ | [[Category:Web service|Configure Dynamic Selective Lists]] | ||
== Goal 2: Create items for the Dynamic Selective List == | == Goal 2: Create items for the Dynamic Selective List == |
Revision as of 20:03, 29 December 2021
This article shows how to apply Dynamic Selective Lists (DynSL) in UBIK®.
The goal is to provide a property on the mobile client, for which the user can select a value from a dynamic list: a list where the available items depend on another property value.
Throughout this tutorial, you will learn how to set up
- A new Dynamic Selective List (DynSL)
- Items for the DynSL
- A target property using the DynSL
- A dependency property ultimately deciding the items of the DynSL for a specific target
- A criterion for choosing the items depending on a dependency property value
Getting these configurations to the mobile client is a critical part as well.
Also, the technical background is explained, so you can understand what's going on in case of unexpected behavior.