Angular Portal Error Type Error: Cannot read properties of undefined (reading ColumnName)

When we are trying to add columns in the angular portal 9.0 using IClientProperty Interface (Sample Identity component similar as shown in the videos), the project is getting compiled without any error. But we are getting the below error when we try to load the same page in Portal.

Type Error: Cannot read properties of undefined (reading ColumnName).

What could be the cause of this error?

Parents Reply
  • Could be that the database permission to view the column value is not in place?

    If you want to check/test the database permission:
    Create custom role-based permission group: CCC_StartObjectBrowser
    Assign to following program functions:
    - ApplictionStart_ObjectBrowser
    - ObjectBrowser_SQLEditor

    Assign this Permission group to an Appliction role and assign this to the identity in question.
    Start de objectbrowser and login with the identity you just configured with the permissions.
    I personally find this really handy for troubleshooting permissions

Children