creating customized filter for a module

S_53
Kilo Guru

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.

6 REPLIES 6

Chuck Tomasi
Tera Patron

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.


shloke04
Kilo Patron

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


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

dvp
Mega Sage
Mega Sage

If you would to show the approvals of a user tied to only change request then this is how the filter should be



find_real_file.png


Hi dvp   ,



I don't see "Approval for.Task type" in my list. All I can see is below. Help.



find_real_file.png