Mobile Agent Dynamic screen title (Vancouver)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2024 01:12 PM
Does anyone have an example of how to make a Dynamic screen title for a List Screen in the Mobile Agent App? This feels like an App Builder limitation where you need to configure the UI policy platform side, but I'm not sure.
Any help is appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2024 04:55 PM
Hey @JrDev - Sam ,
Have you seen this documentation?
Haven't tried this myself, but seems like you can dynamically set UI parameters to use it as the title. Let me know how it goes, thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2024 12:56 PM
This is great! I have seen this an took a glance at it, but quickly disregarded it because it wasn't an App Builder how-to solution. I'll try the configuration platform side and let you know how it goes!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2024 03:31 AM
I have succesfully created a dynamic title on a Record Screen. Here are the steps (one step needs to be performed platform side)
On the Record Screen do the following:
- Add a UI Parameter for the Record Screen Title (record_scree_tile)
- Input source: Auto fill
- Input type: Source field
- Button parent table (e.g., sn_customerservice_case)
- Source field: number
- Add a "Dynamic screen title"
- Here I can't choose my UI parameter from before, so now jumping to platform
- Platform:
- Go to table: sys_sg_form_screen - locate your record screen
- Add related list "Source and UI element"
- Add new record on "Source and UI element"
- Source: choose the UI parameter
- UI Element: Choose the Dynamic screen title element
- Go back to the Mobile Builder and now the Dynamic Screen title should have the UI Parameter as child (Source UI parameter)