- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2020 03:37 AM
hi
am trying to add task assigned to me on dashboard but am not able to find it
how can i add all ritm asigned to me in dashboard
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2020 08:29 PM
Hi,
Create a report on sc_req_item
Conditions:
Active = true AND
assigned to (is dynamic) Me
Run the report
Then under save dropdown, select Add to Dashboard and a popup will be shown inn which you need to select the dashboard under which you want to show the report.
Mark the comment as a correct answer and also helpful if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2020 03:55 AM
Create a Report (table "sc_req_item") with the condition "assigned to is dynamic "me"" and add it to the desired dashboard through adding a report widget - that would be my way of achieving this 🙂
Or you can offer a module with the same condition in the module which is not addable to a dashboard.
If you want the tasks (not the ritms) you would have to create a report on "sc_task" table where you can also show the respective RITM - depending on the use case.
Mark as helpful if it was otherwise let me know how you solved it.
BR
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2020 04:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2020 05:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2020 04:41 AM
Hello,
Open your report and changes the filter condition of the report -
Assigned to - dyanmic- me
Active - true
Save the changes.
Click on Run then you will get your desired output.
Please mark correct if you get the solution of your query.
Thanks,
Sanjay