CA Identity Portal 1.6.2 cr1 from CA Identity Suite 12.6.8 CR1 needing to hide inside of menu Access the "Bulk Upload" for example.
search cancel

CA Identity Portal 1.6.2 cr1 from CA Identity Suite 12.6.8 CR1 needing to hide inside of menu Access the "Bulk Upload" for example.

book

Article ID: 47257

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction

How do I hide in Identity Portal User Console of CA Identity Suite for example the Bulk Upload inside of Access menu using CCS rules in Branding Configuration of Adminsitration Branding config. It's accomplished editing the html's from Sigma folder?

Environment

Release: CAIDMB99000-12.6-Identity Manager-B to B
Component:

Resolution

1. In CA Identity Portal 1.6.2 CR-1 Management Console, go to Administration / Branding / Desktop,

2. under the session "Desktop Custom CSS" add the following ccs rule:

[ng-click="bulkUpload()"] {

display: none !important; }

3. Save the configuration

4. Back to CA Identity Portal User Console and refresh (F5)