Removing Fundamental fields after migration

2025/04/01 6:36 PM

During migration using the Kentico Migration tool from K12 MVC to Xperience by Kentico, when migrating users/members I included some required user fields. This results in an issue during member registration since the some of these fields are required and considered "fundamental" in the CMS so it cannot be changed or deleted. I have looked at the Class XMLSchema and FormDefinition and don't see where this field is being marked as such. How do I remove migrated "fundamental" fields?

I realize I can go back and modify the migration following this documentation However, at this time I am unable to redo the migration.


Environment

Answers

2025/04/01 7:03 PM

You can edit the Member object type, along with many of the built-in and customizable object types in the Modules application.

This application lets you customize the database columns and the fields that show up in the forms of the administration UI.

If you were to create custom object types you'd also manage them in the Modules application.

To answer this question, you have to login first.