- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2022 12:24 PM
I'm attempting to add a mobile UI Rule to our incident table for when an incident is closed/resolved. (UI Policy exists on the platform view)
I found a YouTube video from Mobile App Academy for this, however it was for Quebec and we are on Rome. (the behavior is slightly different) Does anyone happen to know if there's a walkthrough or guide on adding a UI Policy to the mobile agent app for Rome?
Thank you in advance,
Matt
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 07:03 AM
Thank you Ivan!
I'm somewhat new to mobile development and misunderstood how some of the functionality differs from the regular platform. I was able to figure it out though!
In case anyone needs some guidance, here's a better explanation of the issue, along with what I did to fix it. (I did this all in Studio btw)
Upon resolving an incident, we have several mandatory resolve fields that the end user needs to fill out. In the platform, these are UI Policies; however, in the Agent mobile app, the "Resolve Incident" button is an "Action Item."
In the action item, I needed to add two new "Item Parameters" in the related list for the "Resolve Incident" button. Next, map those "Item Parameters" to the values for the fields you just added. (you need to hit the black circle on the right to populate it)
Secondly, add the two new fields to the Action, these are found under Functions->Actions
In the related lists for "Resolve Incident" I added the two fields to "UI Parameters" then, to the "Action Parameter mappings"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2022 12:07 AM
Hey Matt,
would these links help:
- Mobile UI Rules (Rome)
- Mobile App Academy: Mobile UI Rules for UI Policies and Parameter Screens in Quebec - YouTube
or did you mean this video when you said about different behavior?
Regards, Ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 07:01 AM
Thank you Ivan!
I'm somewhat new to mobile development and misunderstood how some of the functionality differs from the regular platform. I was able to figure it out though!
In case anyone needs some guidance, here's a better explanation of the issue, along with what I did to fix it. (I did this all in Studio btw)
Upon resolving an incident, we have several mandatory resolve fields that the end user needs to fill out. In the platform, these are UI Policies; however, in the Agent mobile app, the "Resolve Incident" button is an "Action Item."
In the action item, I needed to add two new "Item Parameters" in the related list for the "Resolve Incident" button. Next, map those "Item Parameters" to the values for the fields you just added. (you need to hit the black circle on the right to populate it)
Secondly, add the two new fields to the Action, these are found under Functions->Actions
In the related lists for "Resolve Incident" I added the two fields to "UI Parameters" then, to the "Action Parameter mappings"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 07:03 AM
Thank you Ivan!
I'm somewhat new to mobile development and misunderstood how some of the functionality differs from the regular platform. I was able to figure it out though!
In case anyone needs some guidance, here's a better explanation of the issue, along with what I did to fix it. (I did this all in Studio btw)
Upon resolving an incident, we have several mandatory resolve fields that the end user needs to fill out. In the platform, these are UI Policies; however, in the Agent mobile app, the "Resolve Incident" button is an "Action Item."
In the action item, I needed to add two new "Item Parameters" in the related list for the "Resolve Incident" button. Next, map those "Item Parameters" to the values for the fields you just added. (you need to hit the black circle on the right to populate it)
Secondly, add the two new fields to the Action, these are found under Functions->Actions
In the related lists for "Resolve Incident" I added the two fields to "UI Parameters" then, to the "Action Parameter mappings"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2022 08:04 AM
Hi, did you manage to find what you are looking for?