Please enable JavaScript to view this site.

QPR Knowledge Base 2023.1

  •      
  • Navigation: Developer's Guide > Customizing QPR Portal

    More Detailed Access Control Customization

    Scroll Prev Top Next More

    More fine-grained access control to various QPR Portal sections is available by customizing the following files located in the C:\ProgramData\QPR Software\QPR 2023\2023.1\Servers\Templates\WAS\Portal folder:

     

    headeritems.ini

    actionheaderitems.ini

    documentsheaderitems.ini

    mycontentsheaderitems.ini

    processesheaderitems.ini

    qlikviewheaderitems.ini

    scorecardsheaderitems.ini

     

    All sections in the abovementioned files support an additional RequiredAccessLevel option, which has the following format:

    RequiredAccessLevel=[Product]=[AccessLevel] (,[Product]=[AccessLevel]). Note that also >= and <= are supported operators.

     

    Supported products are:

    PO = Portal

    PG = QPR Modeling Client

    SC = QPR Metrics

    UM = User Management (QPR Foundation Server)

     

    Supported access levels for Portal and User Management are:

    None

    View

    Update

    Full

     

    Supported access levels for QPR Metrics and QPR Modeling Client are:

    None

    Basic

    Admin

     

    Note that View and Basic as well as Full and Admin can be used interchangeably.

     

    Example: Allow access to Portal view users:

    RequiredAccessLevel=PO=View

     

    Example: Allow access to QPR Portal update users and QPR Metrics view users:

    RequiredAccessLevel=PO=Update, SC=View