• Columns returned by portal/admin/person

    A customer has 134 columns on the Person table. 

    When I call portal/admin/person via Postman, I receive 53 columns for a given UID_Person. 

    When I call qerApiService.typedClient.PortalAdminPerson.Get from the portal, I receive an IEntity with only 34 columns…

  • HTML5 portal MsgBox from request property

    Hi,

    I have created a request property that checks if a user-entered group name (cn) is unique. If the entered value already exists, the user should get a dialog box explaining the error. I have the following code in the Validation script of the request…