This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Viewing permission denied for value "service item" in newly installed 7.1 Web Portal

This is a newly installed instance of version 7.1 in a client environment. The permission error happens for all groups when the owner goes to manage them through System Entitlements in the web portal. It affects the Overview, Master Data and Memberships tabs:

 

Parents
  • Michele,

    Just to give an update: I found in each of my test environments that this always happened if I extended the ADSGroup table. If I left it with the default columns (or deleted the custom columns I added), everything works as it should. So, yes, I do think this is a bug.

    Here is the command you can use in SQL to properly delete any custom columns you have added to that table (which I understand is not the best solution, but the only thing I could get to work):

    exec QBM_PColumnDrop 'ADSGroup','CCC_customColumnName'

Reply
  • Michele,

    Just to give an update: I found in each of my test environments that this always happened if I extended the ADSGroup table. If I left it with the default columns (or deleted the custom columns I added), everything works as it should. So, yes, I do think this is a bug.

    Here is the command you can use in SQL to properly delete any custom columns you have added to that table (which I understand is not the best solution, but the only thing I could get to work):

    exec QBM_PColumnDrop 'ADSGroup','CCC_customColumnName'

Children
No Data