Rx 5.7 - CE Multiple Field Validation

Hi all, a Rhythmyx 5.7 question:

I have two fields in my page. It is mandatory to complete either one of the two i.e. if both are empty an error should be displayed.

Is this possible by placing field validation in the XML of the CE?

Thanks,

Oliver

Oliver,

No, if you have 2 fields to validate in this manner, you must use an item validation, not a field validation.

As you probably know, Item Validations run on workflow transition, where Field Validations run on each save.

In 5.7, adding an Item Validation requires editing the ObjectStore XML (it’s in the Workbench in 6.x).

Dave

Thanks Dave,
Thought it might be something like that.
O