cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry Display Read-Only fields from Dropdown Selection

Former Member
0 Kudos

I am wondering if the following is possible within Agentry...

I have a detail screen that has a list selection displaying a field from one of my objects. When a user selects a value in that dropdown, I would like for them to be able to 'preview' other values (read-only) from the object before selecting a 'Start' button.

I have tried to add a Label where the object property is tied to the Object with a rule where the dropdown value = associated object value but that does not seem to work.

Any help to get me on the right direction would be appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yes that should definitely be possible. You might consider using a tile list to display the Work Requests with some other basic data. Then use a Tile Display to show any other fields you want once they select a Work Request. The Tile Display would have a button to then launch your map screen set.

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Can you clarify on what you are trying to do? I think the answer is yes but I am not following your scenario right now.

Former Member
0 Kudos

The app I am working on is a field sketch app where designers can view work requests and draw field notes on a ArcGIS map. Agentry has a collection of Work Requests objects. The user needs to select one in order to proceed to the GIS sketching screen. However they need to see more data than just the Work Request number. I was first going to use a list view but that UI wasn't very intuitive on iOS as they could not just select a row to proceed.

I was thinking of changing the UI flow to have them select the WR# from a dropdown, which will then display the additional fields from the object (such as address and description) and then they can press 'Continue' to move onto the map screen set.