Migrating from 12.5 to 15.2, I have had to recreate some customized fields in v15.2 (customizations made with customizer does not upgrade). This has been easy enough - just create a “new” customized field in 15.2, in the correct module, with the same name and data type as in 12.5, and all data is shown correctly.
I now try to add this field:
But get the following error when I try to save or publish:
I have already added this field to one of our profiles, but for this one it will not work. Data type is correct. I can not add a field of type Object. I have tried to rename the column in the database
I rather not create the the field with a slightly different name, as I want to have customizations consistent across our different profiles (we do quite a bit of PowerBI-reports direct from SQL).
I have also checked out the possibility of copying the customizations from one profile to the other, but this will most probably create some issues with data already in the profile (for drop-down boxes, all lines must be added manually in the customizer even if the data is already in the database - and there are a few lines)