Keys are unique identifiers within the scope of a workflow application, used when setting or retrieving a value.
Keys can be bound to the mobile business object (MBO), whether it is to an MBO attribute, an MBO parameter, an MBO operation parameter, a subscription parameter, an object query, or an MBO relationship (list type keys only).
Keys can be of the following types:
- string
- int
- double
- decimal –
NaN (not a number) values are not supported for keys of
type decimal
- bool
- DateTime
- list – can be bound to relationships, or nothing. Keys of other types cannot be bound to relationships. List type keys can also be bound to MBO object query results, which returns multiple objects. List type keys have one or more child keys to which they are bound.