Am i missing something or is it not possible to make reusable schema fields required?
Environment
Xperience by Kentico version: [31.3.0]
.NET version: [8]
Execution environment: [Private cloud (Azure/AWS/Virtual machine)]
You have no notifications.
Am i missing something or is it not possible to make reusable schema fields required?
Environment
Xperience by Kentico version: [31.3.0]
.NET version: [8]
Execution environment: [Private cloud (Azure/AWS/Virtual machine)]
Because of the database architecture used by reusable field schema fields you cannot define the fields (database columns) as not-null.
You can however apply UI validation to each field using the field validation rules. You can even define custom validation rules.
So, you could add a validation rule requiring the field has a value. If the no value is supplied, the content item form cannot be saved.
To response this discussion, you have to login first.