I have a CRM form I'm displaying in the Portal using the CrmEntityFormView.
Several fields on the CRM form as Business Required, and this flows through to the Portal working as expected.
One of the fields Required level depends on the value of another field (i.e. If Field A = Yes, then Field B is Required). This I have implemented through Script attached to the web page.
Both ways of providing validation work together, however the field set as Business Required end up with a Red Box around the field indicating they are required (after a save attempt) while the field set to required through script does not.
How can I get consistent behavior?
*This post is locked for comments