To prevent some benefits administrators from completing certain actions, you can hide
        the quick action from them.
        Before you start 
            
                - Create a custom job role.
- Create a data role for the new job role.
- Attach the new data role to the person you'll be signing in as.
- Sign in as the person with the new data role.
- Create a Sandbox and Make It Active
Here's what to do 
- 
                Go to .
            
- 
                Enter your sandbox.
            
- 
                Go to .
            
- 
                On the Structure page, click the appropriate node, such as My Client
                        Groups.
            
- 
                On the Edit Group page, click the Quick Actions tab.
            
- 
                Expand the appropriate node, such as Benefits.
            
- 
                Click the quick action you want to hide, such as People to
                        Cover.
            
- 
                On the Edit Quick Action dialog box, in the Visibile
                    field, select Expression Builder.
            
- 
                On the Expression Editor dialog box, in the Type a value or
                        expression field, enter the appropriate expression. This example
                    expression hide the quick action from the fictious SS_BEN_DATA_ROLE_DATA data
                    role:
                
                    #{Profile.values.BEN_ADMINISTRATIVE_ENROLLMENT_RESPONSIVE_ENABLED eq 'Y' and Profile.values.HCM_RESPONSIVE_PAGES_ENABLED eq 'Y' and securityContext.userInRole['SS_BEN_DATA_ROLE_DATA']}
 
 
- 
                Click OK.
            
- 
                Click Save and Close.
            
- 
                On the Structure page, click Save and Close.
            
- 
                To verify your changes, on the Sandbox Mode: Edit menu,
                    select Preview as if Published (Context: All).
            
- 
                To publish your changes, on the <YourSandboxName>
                    menu, select Publish.