- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2020 01:39 PM
I would like to know if there is a way we can display Variables in Agent Mobile App form screen for Service Management tables "sm_order" as we can show in Desktop version by selecting "SM Variable Editor" in form.
Ex: Facilities Requests, Legal Requests etc are few examples of tables derived from sm_order table
I got post https://community.servicenow.com/community?id=community_question&sys_id=8093d5d3db1ab3045129a851ca96... which might help on showing as action to display in new page but I need it to show on Agent Mobile App form screen itself.
Solved! Go to Solution.
- 2,762 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2020 05:06 AM
I figured out how it can be done for SM (sm_order) and it's related table. There is no "Variable" field on this table for selection but "Question" (backend value "variable") field for selection.
However, when we select directly on Applet form screen it shows error "java.lang.NullPointerException Check logs for error trace or enable glide.rest.debug property to verify REST request processing". This might be a Bug that Service-Now has to fix.
It can be selected by going to Applet menu (left navigation), opening corresponding Form Screen Applet and selecting "Question" as additional screen field on Details screen. We observe as sson as Question is selected it shows as "Variable" in Screen Fields form.
I am adding screenshot for more details:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2021 06:13 AM
You Guys are awesome!!! You helped me a lot!
Thank you!