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…