Is it possible to add to item picker list a user selected feature?
Currently I have a workflow that has the user select parcels using the geometry picker tool, and the selected parcels are then listed in the item picker list in the display form. I would like to add in the capability that a user can select a parcel and add it to the list of parcels.....is this possible? I already have the capability that a user can remove a parcel from the list, but would like to allow user to add to the list as well.
Thanks,
Valerie
-
Hi Valerie,
When you say you'd like the user to be able to "select a parcel and add it to the list of parcels", do you mean that you want them to be able to add additional parcels into the item picker that's being displayed? And how would they make that selection- another geometry picker, or some other method?
0 -
Hey Amanda,
Yes exactly! I would like to use the geometry picker as the selection method.
Thanks,
Valerie
0 -
Hi Valerie,
I think there's several ways to approach this. The main ones would probably be either maintaining a "selection geometry", adding/subtracting the geometry and re-querying based on that new geometry, OR maintaining a featureset and adding features to that (while being careful not to add duplicates). I set up and attached a quick example of the latter. If you already have a "remove" option for your item picker though, you'd have to pick a method that'll be compatible with the way that's set up.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
3 kommentarer