on 2016 Mar 08 3:09 AM
I have a List Tile View on a detail screen. The list tile view is sorted via the Fixed Sort Property on the Order property. Within the list tile I want the user to be able to modify the value in the Order property, and after they save the change I want the list to dynamically re-sort itself. This is working well immediately after the change is saved (the list gets re-sorted as expected), however the next time you click on the list tile the rows don't get rendered properly. Is this type of dynamic sorting of a list tile supported in Agentry?
Thanks
Tim
Request clarification before answering.
Tim,
Are you storing this dynamic edited property in workorder object? I think in 2nd time navigation the property value getting changed to default. Can you please store it in Main Object and give a try?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ajitesh,
Are you saying the Order value needs to be stored as a direct property of MainObject? Currently the Order is stored in an object that that is part of a nested collection two levels below MainObject.
MainObject
NestedCollection1
Object1
NestedCollection2
Object2
Order
It would be a very large change to my data model if I would need to move the Order property directly under MainObject.
I'm using straight Agentry, not using a framework such as Work Manager.
Thanks
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.