Symantec IGA

  • 1.  Removing or Disabling the submit button in CA IDM task

    Posted Aug 03, 2018 02:47 AM

    Hi All,

     

    Is there any way to remove or disable or hide the submit button in CA IDM task. We have a requirement to hide or disable submit until some actions are performed after that it should be enabled.



  • 2.  Re: Removing or Disabling the submit button in CA IDM task
    Best Answer

    Broadcom Employee
    Posted Aug 03, 2018 03:55 PM

    Use follwing scripting code on the form (  load event handler) to hid any submit / next button:

    angular.element('.brand-button-primary').hide();

     

    For more information refer to the following link:

    Identity Suite: Solution to disable/enable/hide/display any button or form element in portal 



  • 3.  Re: Removing or Disabling the submit button in CA IDM task

    Posted Feb 05, 2019 05:30 PM

    We used this function to disable Save Draft as well. 

    angular.element('.brand-button').hide(); 



  • 4.  RE: Re: Removing or Disabling the submit button in CA IDM task

    Posted Sep 22, 2021 04:16 AM
    HI, this link is broke. Where I can find info about disable \ hide \ disaply button or form element in Identity Portal?

    thanks


  • 5.  Re: Removing or Disabling the submit button in CA IDM task

    Posted Aug 05, 2018 07:14 AM

    Thanks Kumsa29 ..but how can we use Jquery ..In IDM we can use only html and java scripts.



  • 6.  Re: Removing or Disabling the submit button in CA IDM task

    Broadcom Employee
    Posted Aug 06, 2018 11:25 AM

    Mahesh,

     

    You can all this jquery in Portal form ( change handler javascript code). Identity portal supports Rhino js.