cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hide Create tab on dashboard under requisitions in recruiter role

former_member813945
Participant
0 Likes
444

Hi,

We have implemented E-rec EHP6 version. Wherein, our client has requirement to hide Create tab comes under requisition management. They only want to display create by position tab.

However, we have done the changes and this create tab is not visible under requisition management under recruiter role.

This Create tab is also appearing on dashboard under requsitions query. Kindly guide, how to hide this create tab on dashboard.

Kindly revert.

Regards,

Sarika

Accepted Solutions (1)

Accepted Solutions (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Sarika,

That's defined in the POWL feeder class. The standard one is CL_HRRCF_M_REQUISITION_POWL_UI. You can copy that and just disable that button in IF_POWL_FEEDER~GET_ACTIONS.

Regards,

Nicole

Luk11
Active Participant
0 Likes

Hi Sarika,


As an alternative, you can create an enhancement for class CL_HRRCF_M_REQUISITION_POWL_UI with a post-exit for method IF_POWL_FEEDER~GET_ACTIONS to filter out the action.


This way, you don't need to modify the standard POWL configuration, and you will keep using the standard, so when corrections to this class are delivered by OSS notes, you will not have to update the copied implementation.


Regards,

Luk

former_member813945
Participant
0 Likes

Hi Nicole,

Thanks for your reply. As suggested we have made the changes.

Regards,

Sarika M

former_member813945
Participant
0 Likes

Hi Luk,

Thanks for your reply. As suggested we have made the changes.

Regards,

Sarika M

Answers (0)