My field users only need to reference (not edit) the last inspection (repeat) entered.
I have some ideas, but can't figure out how to implement them:
My ideas were:
1. Limit the form to only show the last repeat entered using query in bind::esri:parameters (how would I do that?)
OR
2. Sort them so the last inspection entered is shown first and they didn't have to scroll through all of the old ones. My parameter query="orderByFields='EventYear DESC, EventQuarter DESC'" allowUpdates=true did NOT seem to work.
Any help would be appreciated!
G'day!
Did you ever solved this?
I would like to do something similar ... when editing a survey, have the repeat open on the last record rather than the first.
Thanks
No sorry I didn't! I believe it is a know limitation, but I haven't checked if it's been resolved.
I ended up taking the repeats out into their own form and used the inbox to show all the inspections.