Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

Required check on two fields

Avatar

Level 4

Hi,

I have 2 fields attr1 and attr2. I want to include a required check like either attr1 != empty or attr2 != empty.

Please let me know how to do this.

2 Replies

Avatar

Level 5

Hi,

could you give us a bit more context (maybe some printscreen?

Is it in a schem, in a query?

Kind regards,

Pierre

Avatar

Level 4

Hi,

If you are talking about input forms you can use :  <input required="true" xpath="@attr1"/>

Regards.