Mobile Agent Dynamic screen title (Vancouver)

JrDev - Sam
Tera Expert

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!

3 REPLIES 3

James Chun
Kilo Patron

Hey @JrDev - Sam ,

 

Have you seen this documentation? 

https://docs.servicenow.com/bundle/vancouver-mobile/page/administer/tablet-mobile-ui/task/dynamic-sc...

 

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!

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!

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:

  1. Add a UI Parameter for the Record Screen Title (record_scree_tile)
    1. Input source: Auto fill
    2. Input type: Source field
    3. Button parent table  (e.g., sn_customerservice_case)
    4. Source field: number
  2. Add a "Dynamic screen title"
    1. Here I can't choose my UI parameter from before, so now jumping to platform
  3. Platform: 
    1. Go to table:  sys_sg_form_screen - locate your record screen
    2. Add related list "Source and UI element"
    3. Add new record on "Source and UI element"
      1. Source: choose the UI parameter
      2. UI Element: Choose the Dynamic screen title element
    4. Go back to the Mobile Builder and now the Dynamic Screen title should have the UI Parameter as child (Source UI parameter)