PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Related Action - how to hide link based on a condition

edited Jul 13, 2020 12:06PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 4 commentsAnswered ✓

Hi,

In PeopleTools 8.57, how to hide the Related Action based on a condition. We have also tried using the Service Filter feature in the Configure Service of the Related Action. The App Package there implemented the following but the link in the Related Action still becomes visible. Are there any other options to implement this.

import PT_RCF:*;

import PT_RCF:ServiceFilter;

class FilterNonEmp extends PT_RCF:ServiceFilter

method FilterNonEmp();

method linkVisible() Returns boolean;

end-class;

method FilterNonEmp

%Super = create PT_RCF:ServiceFilter();

end-method;

method linkVisible

/+ Returns Boolean +/

/+ Extends/implements PT_RCF:ServiceFilter.linkVisible +/

WinMessage("HERE My Condition here ");

Return False;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center