Symantec IGA

 View Only
  • 1.  Identity Portal - Disable Perform Reassignment

    Posted Jul 03, 2019 09:54 PM
    Hi Team,
    CA Identity Suite 14.3 vapp.
    Q. Can we disable/hide the function "Perform Resassignment" in Approval page ?


    Q. After we select/click on "Perform Reassignment", it popup with User Search screen.
    Is this User search screen configurable in Identity Portal or Identity Manager ?


    regards,
    William


  • 2.  RE: Identity Portal - Disable Perform Reassignment
    Best Answer

    Broadcom Employee
    Posted Jul 05, 2019 02:00 PM

    I am not finding a way to disable the reassign function in IP.  You would need to open an "Ideation" (top menu bar on this site)

    The only workaround would be to use a Custom CSS to make the reassign button disappear. Adding the following Css in the Custom Css section of the Branding configuration might work.  Try:

    .campaigns-tasks-table .action-icon.reassign { 
    display: none; 

    If not you might want to contact your Broadcom Account team to engage services or one of our Partners to assist with the customization.  Thank you.



    ------------------------------
    Best regards,

    Scott Owens
    Sr Support Engineer
    Enterprise Software Division
    Broadcom Inc.
    ------------------------------



  • 3.  RE: Identity Portal - Disable Perform Reassignment

    Posted Jul 08, 2019 10:27 AM
    thanks, Scott. I will try it.


  • 4.  RE: Identity Portal - Disable Perform Reassignment

    Posted Oct 06, 2019 11:35 PM
    just to share, i manage to hide the "More" button using the following element

    [class="sigma-text-button brand-text-button md-button md-ink-ripple"]
    display=none !important