Mobile App - Navigation parameter issue - Cannot display required table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2023 02:59 AM
Hi all,
Having an issue with passing a parameter when clicking on a list item in a mobile app.
What I am trying to do is:
1. Display records in a list screen from wu_appointment table (works fine)
2. Click on the item
3. Display a Screen from sc_task table with a record based on RITM field in SC_TASK, which should be populated by a parameter from the previous List record (wu_appointment).
RITM field in wu_appointment is u_ritm
RITM field in sc_task is request_item
With current config, the Screen Card which is opened, displays NUMBER from the item that has been clicked (wu_appointment) instead of sc_task
Current config:
Navigate to SC_TASK from Appt function:
Data table - sc_task
sc_task_screen UI Parameter - Input autofill, source field from table wu_appointment (not sure if this is needed)
WU Appointment Record:
Walk-UP SCTask Data Item - table sc_task, condition request_item is {{u_ritm}}
sc_task UI Parameter - Input autofill, source field from button parent table wu_appointment, screen data mapping to u_ritm
Walk-Up Appointment Record Card:
Table - sc_task
I've tried a similar method without function but with just Embedded Screen - also did not work.
First time doing something like this, any help would be appreciated, ServiceNow tutorials doesn't seem to do the trick