Sorry, but there are no more tags available to filter with.
  • Read-only column in Person

    Hello everyone,

    I want to modify the EmployeeType column in the Person so that when a new identity is created, this field is read-only and can only be changed through a template.

    I updated the OnLoaded script by adding "Base.Columns("EmployeeType").CanEdit…