Hi everybody
My add-on queries a userdefined field from the item master data (OITM). For that I try to create an object:
Dim oItems As SAPbobsCOM.Items = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems)
Now I have a Sales Representative who has Read Only rights on item master data.
If he is running my add-on he gets an error:
The Loged On user does not have permission to use this object.
If he gets full rights on item master data there will be no problem but he also has access to the item master data via SBO. That should not be!
How can i get access to the item master data without changing the authorizations?
Why can't I read information with 'read only' authorization?
Juri