cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Agentry - dynamically sorting List Tile View

former_member231132
Participant
0 Likes
1,114

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

View Entire Topic
Former Member
0 Likes

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?

former_member231132
Participant
0 Likes

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