- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2024 09:22 AM
Apologies for the long subject line
I'm currently building out the Mobile Agent app 90% from scratch as the OOTB pieces don't align with our organization's requirements. The UI Builder is a fantastic tool, though at times it feels that it should have some more similar functionalities as the platform side does. Specifically around Record Scree/List Screen UI policies with both conditions and definable actions. It could also already exist and I'm not finding it!
Situation: My current hurdle is that I'm working on a List Screen based on the Task [task] table and limiting what task types are displayed (6 of them). From this List Screen, once an item is selected to dive into, it pulls a Record Screen and Card that I've based off of the Task [task] table.
Question: I'm wondering if there is a way for the Mobile Agent to recognize the task type of the item in the list view and display a Record Screen and Card (that I would build out) that is based off of the same task type
My perfect world scenario:
I have an Icon Section with three different Icon Section Destination Screens. Each based off of the Task [task] table. Each List view is comprised of Incident, Incident Task, Requested Item, and Catalog tasks. I'd like the action of tapping into a record from the list view lookup the record type and populate a Record Screen and Card of that same task type.
Any support and ideas would be appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2024 01:37 PM
Through trial and error, I've come to understand that you can attribute multiple List Streams in a List Screen's Screen Segment. I rebuilt the necessary Data Items to control the conditions of the list stream's data to be displayed but was easily able to control all of the custom Record Screens through the Streams tables based on the item selected in the List Screen.
If you need help or advice on this topic, I can provide some value on organizing all your variables in advance if needed!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2024 01:37 PM
Through trial and error, I've come to understand that you can attribute multiple List Streams in a List Screen's Screen Segment. I rebuilt the necessary Data Items to control the conditions of the list stream's data to be displayed but was easily able to control all of the custom Record Screens through the Streams tables based on the item selected in the List Screen.
If you need help or advice on this topic, I can provide some value on organizing all your variables in advance if needed!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 07:07 PM
Can you please provide some detail regarding the way that you setup your parameters? thank you in advance.