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)}