- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 02:07 PM
We have had requests to create a shared report that would allow a person to see all of the task-based records that they own, are assigned to, or are watching that have been updated since some past interval. I'm very close to having this with the exception that I have to hard code my name in the Watchlist contains part of the search. I was hoping for something similar to the
assigned to - is (dynamic) - me capability. Does it exist?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 02:40 PM
you don't need (current.user) that was a typo on my part earlier.
This screen grab should help:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 02:17 PM
can you do that by using javascript:gs.getUserID() as your criteria?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 02:30 PM
Andres,
I just tried Watch list contains javascript:gs.getUser(current.user) and the report returned 0 rows.
If I change that to Watch list contains Brad Perkins I get the results I expect.
I haven't mixed Javascript into end user reports yet and wasn't aware this was possible. I'm I missing some special syntax?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 02:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 02:48 PM
That works! Thank you. This will be very helpful.