cancel
Showing results for 
Search instead for 
Did you mean: 

How to give add-on installation permission to a normal user (non super user)?

former_member209771
Active Participant
0 Kudos

Hi Expert ,

I have developed a add-on .ard file which is installed and working fine for super user . In this add-on we have added UDO form feature . But when a normal user try to install that same add-on it's showing an error 'ComException-in connect sap b1 failed details : the logged on user does not have permission to use this object' . I have added also one additional authorization creation and give the permission to the user . User have Professional user , SDK Tool and SAP Add-on.

Please suggest how can give permission to the non super user on my add-on installation object.


Thanks

Surajit

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi surojit.kundu,

Could you please help to confirm the SAP Business One Version and patch where you are having this issue?

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

former_member209771
Active Participant
0 Kudos

HI ANKIT,

Thanks for your response .I am using SAP B1 10 (10.0.110) PL01 64 bit.

Thanks

Surajit

Accepted Solutions (1)

Accepted Solutions (1)

former_member209771
Active Participant
0 Kudos

Hi all ,

I have found the issue. Issue is generating when my code is trying to execute UDO master object. now i have by pass this code for normal user . issue resolved.

Answers (1)

Answers (1)

former_member743456
Participant
0 Kudos

A common user, just needs a working license like as Professional as you said he had. There is no need to

"SDK Tool" and "SAP Add-on" licenses and also no need to be a Super-User.

According to your error message, it seems that there are some mistakes in your Add-on code. Use Try-Catch coding blocks and getLastError method to get more details about your exception.

former_member209771
Active Participant
0 Kudos

HI Muhammad ,

Thanks for your reply. i am little bit confused as same code is working for my Super User . Normal user able to create table and fields using object but not able to create UDO using object by C# code showing error you don't have permission