Question
IP Australia
AU
Last activity: 5 Oct 2017 11:03 EDT
How to open other case assignment from user's work list assignment in Offline Mobile app
Hi,
We are trying to open assignment using (Open Assignment) action from user work list assignment by passing assignment key, But it is not working.
Can you please let us know how we can open other case assignment from user work list assignment in offline.
Thanks,
Mohammad Gouse
Hi Mohammed,
That error message is fairly generic and has many causes.
Based on your description, I am guessing that your D_pyUserWorklist only has pzInsKey entries for the child case. This means that only the child case work objects and assignments are packaged and sent to the client. So, when you try to open the work objects offline, and they are unavailable, the client is then trying to retrieve them from the server, which is unavailable, so you get the error you reported.
Assuming that your parent case is offline-enabled, you should list the parent cases assignments as entries in the D_pyUserWorklist, then if you do not wish for them to be listed in the worklist on the client screen, then you can hide them with a visible expression.
- James