creating customized filter for a module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 09:36 AM
Hi,
I have created a module called "My Change Approvals" under change tab. I want the filter such that, it should display only user's
change approvals, excluding all others. Who ever logins and clicks this, he should be able to see his change approvals.
Where to add this filter and how?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 09:50 AM
Hi Srik,
Your module filter would look like this:
Approver | is (dynamic) | me
You'll likely want other filters on there to get just the "active" approvals and/or just the change request ones.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 09:52 AM
Hi,
You can do this by navigating to that particular module "My Change Approvals" and then go to the Link Type tab and select the Link Type as "List Of Records".
Select the table as Approval(sysapproval_approver) and apply the filter conditions as below:
1) Approver is" javascript:getMyApprovals()"
2) State is not "Not yet Requested"
Mark the answer as Correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 10:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 10:59 AM