cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in finding out Authorisation object

former_member184390
Participant
0 Kudos
81

Hi Friends,

I am facing an issue in WEB UI regarding account management. I have two business roles zsa1, zsa2. When i login using ZSA1 and click account search, i am getting Corporate account, Individual account, Group icons in create mode. But the same are greyed out when i log in using zsa2 role. I am trying to find out the authorization object that is controlling this behaviour.

Any pointers on this will be really helpful.

Thanks,

Udaya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Udaya,

Check the "UIU_COMP" authorization object if the problem still persist.

Sadi

Answers (1)

Answers (1)

rajanikanth_kristam
Product and Topic Expert
Product and Topic Expert
0 Kudos

There is no authorization object for this in webui. toolbar buttons have to be disabled using the code.

If i remember correctly Check the "Get_buttons" in the controller ...

Raj

former_member184390
Participant
0 Kudos

Hi Raj

Thanks for the reply. But the method get_buttons should behave same for both the roles as we haven't kept any conditional processing in the methods.

Thanks,

Udaya