Changes
Also, the technical background is explained, so you can understand what's going on in case of unexpected behavior.
{{Hint|Preconditions: We assume you're familiar with [[MetaClass|MetaClasses]], [[Classification|Classifications]], and [[ACM|Abstract Content Management (ACM)]]. In other words, you should be capable of creating a small mobile app with {{UBIK}} before you start with this tutorial. Also, please read the [[Offline_Query_(UBIK_WinX)|Offline Query]] article, since this technique is used for Dynamic Selective Lists.}}
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS -->
== Goal 1: Create a new Dynamic Selective List ==
{{Hint|The dependency object specifying the value influencing the selectable items must be either the target object (the one with the DynSL property), or anywhere above it in the hierarchy.}}
== Goal 5: Add a criterion to connect the dots ==
{{Hint|A criterion property (like "MP_SECURITY_CLEARANCE" in our example) on the Dynamic Selective Items also has to appear on the Dynamic Selective List scope, because technically, an offline query is used in the background. It's recommended to read the details about [[Offline_Query_(UBIK_WinX)|Offline Queries]] to understand this.}}
== Releasing the ACM meta definitions ==
{{Hint|The multi-value string criterion can be thought of as linking multiple criteria with an "OR" disjunction. If you have multiple regular criteria, all of them must match for a selective item to be accepted as a possible item. But only one of the comma-separated values of a multi-value criterion needs to fit for it to match!}}
== More possibilities ==