Hello everyone,
I have a form for a Dataverse table that I want to use for different cases. In some cases, some fields on the form are not relevant and I want to remove these fields only in these cases. I tried searching for the way to do it but they only mentioned the case where the fields are not required. In my case, all these fields/columns are set as "business required" because users should fill in all relevant fields before submitting, so even if I can dynamically hide them with javascript, when I click submit form, the error message "Fields ... are required" still shows.
Is there a way I can dynamically remove these fields with javascript? It would be too much work to create and customize a seperated form for each case.
Thanks in advance!