Using an out of the box SharePoint Document Library, I have a Yes/No metadata field for my content type which is a required field.
If the value is Yes, I will like to then show and make mandatory 3 more fields. A choice field, people field and multiline text box.
I can hide and show the fields using conditional formatting, but struggling to think of a way I can ensure the 3 fields that appear are made a required field.
Does anyone know if this can be done?
My final solution is going to be having multiple Content Types in the Document Library, then when the user selects one, the relevant fields show, then that’s where the hide/show and required/unrequited functionality of the field will come in.