OfflineDataDescription
Overview
Support class to make an offline description package which allows the mobile client to run offline
Methods Summarized
Type | Name | Summary |
---|---|---|
void | Exposes an unrelated foundset to the mobile client. | |
void | Exposes an unrelated foundset to the mobile client. |
Methods Detailed
addFoundSet(fs)
Exposes an unrelated foundset to the mobile client. If service solution has a module of type Mobile shared module all possible relations from that module are traversed automatically.
Parameters
JSFoundSet fs the foundset
Returns: void
Sample
addFoundSet(fs, relationNamesToTraverse)
Exposes an unrelated foundset to the mobile client. which can be used in the mobile client in an unrelated way like in a (first) form or databaseManager.getFoundset(...). For each record in the provided (unrelated) foundset the specified relation names are traversed and all data taken. Providing the relation names to traverse overrides the automatic traversal of the relations found in the "Mobile Shared Module".
Parameters
JSFoundSet fs the root foundset
Array relationNamesToTraverse the relations to traverse from records found in root root foundset
Returns: void
Sample
Last updated