How to configure My Tasks to get all the approvals?

MUsman
Tera Expert

Hello, I have been working on the Now Mobile Application to get all the approvals on the app So, for that I have been looking for different documents, and watching videos but didn't find the helpful information, On the home screen in "MY TASKS"  I can see just the number of approvals/tasks but drill down to it show's "no data available" I changed the condition to get all approvals and after that, it only shows the number count on My Tasks, but inside nothing is shown.
So if anyone has any suggestions on how to get all Approvals within NowMobile app?

2 ACCEPTED SOLUTIONS

Hi @Laxmi M 
I have created another section list screen "My Pending Approval" within this added screen segments "My To-dos" So in this we have further Streams i.e.  "Approval To-do" and
"Requested Change Request Approvals Item Stream"
By doing this I'm now able to get approval with in this section of Change Requests, Requests and Requested Items i.e RITM, REQ and Change Approvals.

View solution in original post

Hi

 

But how do you pull the data through?

View solution in original post

4 REPLIES 4

Laxmi M
Tera Contributor

Hello @MUsman 

 

Did you get to know how to do this .... I also need Approvals to be shown in 'My Tasks' but it is not showing 

 

Hi @Laxmi M 
I have created another section list screen "My Pending Approval" within this added screen segments "My To-dos" So in this we have further Streams i.e.  "Approval To-do" and
"Requested Change Request Approvals Item Stream"
By doing this I'm now able to get approval with in this section of Change Requests, Requests and Requested Items i.e RITM, REQ and Change Approvals.

Hi

 

But how do you pull the data through?

Hello 
For Approvals-to-Do we are fetching Data from sysapproval_approvers table and the condition is 'sysID is oneof javascript:sn_me_todos.todoUtils.getMyApprovalsBasedOnPermissions(true)'
Same for Requested Change Request Approvals Item Stream Data from change_request table with Query Condition Script 

MUsman_0-1729274844182.png