While working on ServiceNow standard NowMobile app, you must have come across a challenge to enable Approve/Reject actions for each approval record.
Today, we will see how we can enable this functionality out of the box in Now Mobile app without writing a single line of code.
Let’s see how does Out of the box functionality looks like:

You can see this feature is limited to one Approval record at a time and Approver need to open each Approval record to either Approve or Reject an RITM.
Imagine, we want to provide a feature to approve multiple record from a single screen with Swipe Actions from Right to Left. The future screen would look somewhat like this:

Now let’s start implementing the solution in one of our ServiceNow personal instance.











Fill the form for Reject swipe function and make sure to choose ‘Reject RITM with comment’ function along with location as ‘Trailing swipe’. Submit the form and get back to the previous screen.

We are now done with implementation and its the time to check the Mobile app for the feature.

Hurray!!! We have this feature completely implemented and tested now. Make sure you have captured these changes in the right scoped update set and rest will be taken care by your DevOps deployment team. Have a great day.
Leave a Reply