You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

How to hide a springboard icon just for few job or data roles ?

Summary:

Hi Everyone,

How to make a springboard folder (icon) invisible for few job or data roles ?

Content (required):

I want to hide the Learning icon on springboard and in the navigator for a specific job role: PER_HUMAN_RESOURCE_SPECIALIST_JOB_CUSTOM. Thsi is just an example as i have many more to hide.


The Sprinboard standard condition is:

#{(Offerings.isFeatureEnabledForImplementation.PER_WKF_DEPL or Offerings.isFeatureEnabledForImplementation.PER_WKF_DEV or Offerings.isFeatureEnabledForImplementation.PER_CORE)}

I added the role who should not have access like below:

#{!securityContext.userInRole['PER_HUMAN_RESOURCE_SPECIALIST_JOB_CUSTOM'] and (Offerings.isFeatureEnabledForImplementation.PER_WKF_DEPL or Offerings.isFeatureEnabledForImplementation.PER_WKF_DEV or Offerings.isFeatureEnabledForImplementation.PER_CORE)}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!