cancel
Showing results for 
Search instead for 
Did you mean: 

Customised Buttons in UI

Former Member
0 Kudos

Hello Experts,

      Can we add our own buttons in IdM UI?

Br,

Mohamed Fazil

Accepted Solutions (1)

Accepted Solutions (1)

terovirta
Active Contributor
0 Kudos

As far as I know all that can be done is modifying the labes or disable/enable modify/submit buttons on modify (WebDynpro) UIs. All that the Webdynpro does is submits the form and saves the data.

You can do an ugly hack by having a standard "save" button and a drop down that has the button options. The drop-down values would be saved to an attribute and then you can add your logic based on the attribute value in the workflow that is run after submitting the form.

RestAPI would give you more options..

regards, Tero

Former Member
0 Kudos

Hi Tero,

    Thanks for your reply. So we can only modify buttons

Actually my requirement was that I wanted to use a customized button which simply closes the window on clicking. Any idea how do I define onclick() feature on any button or label? like we do it in java or .net platforms?

Thanks,

Br,

Mohamed Fazil

Answers (0)