We are adding logic to the Customer Orders form, Customer PO field where if the value of a field (ue_NW_CustomerPoRequired) is checked, then make the Customer PO field required.
The ue_NW_CustomerPoRequired field is new (type check box) that we have added to the Customers form, where our users can check or let unchecked.
I added the ue_NW_CustomerPoRequired field to the IDO collection for the Customer Orders form and then the needed logic. I was getting the error box displayed below when the Customer Orders form opened.
I finally got this working by adding the ue_NW_CustomerPoRequired to the Customer Orders form as a hidden field.
Is this the right way to do this?
