Hi,
I'm using D365 JS Xrm.getControl("header_process_new_fieldname").getAttribute().setRequiredLevel("required"); to make my field on the BPF as required.
But, in this case, the required field on the BPF behaves like a required field on the form. It doesn't let me save the form at all (whereas, a required BPF field will let you save the form and will restrict you only from proceeding to the next stage).
Is this the default behavior? Or am I missing anything? Also, what are the workarounds.
Thanks in advance.