• Angular Web Portal Import Problem

    Hi,

      I followed all the steps in the given link “support.oneidentity.com/.../3. Firstly, I downloaded the project from GitHub and then customized the project and built the project. Then, I zip the file as “Html_qer-app-portal” and saved via Software loader…

  • Web Portal failed import Angular project.

    Hi Everyone,

    I have downloaded the code from github and custumize code in visual studio code. After I custumize the code I builded it and saved as 'Html_qer-app-portal.zip'. I import the file while Software Loader and I copied the zip file to the "bin…

  • [Web portal] Set the visibility of a new page based on having an AERole

    I have created a new page on the web portal and I would like this menu to be visible only to users who own a specific AERole.
    Is there an Angular component in the project that allows me to carry out this check?
    Something like QerPermissionsService and QerPermissionsHelper…

  • PersonInOrg API miss in portal qerClient

    The method that calls the /portal/candidates/PersonInOrg endpoint (standard API) is not present in Agular Project's qerClient.

    There are methods for PeronInAERole, PersonInDepartment, PersonInProfitCenter... But PersonInOrg miss.

    In API Server --…

  • Translations in new web (Angular)

    Hello,

    i added a new text in the web, which i want to be translated. But i don't find out where these changes are made.

    I tried in the Designer Base Data > Localization > Translatable text to add a new EntryKey. But in the Translation Editor the…

  • New custom API doesn't work on Web Portal

    I want to create a new page on the Web Portal to display the AERoles.
    I developed a new custom API:
    builder.AddMethod(Method
                    .Define("ccc/AERole")
                    .FromTable("AERole")
                    .EnableRead()
                    .WithAllColumns…
  • How can I create a customized product on the new Web Portal? OneIM 9.2

    In Web Designer, I normally used Object Dependent to create a link between the Web Component and the Product I wanted to customize.
    In the new Web Portal, I searched the QER lib, but unfortunately I couldn't find a way to make a link between a new component…

  • Caches management of Angular Web Portal

    Hello everyone,

    We are making a custom app for one of our solution from the Angular codebase v92. We are building using npm run build. But we see there is a caches that is not getting cleared when we have deployed the custom app. Can anyone of you please…