cancel
Showing results for 
Search instead for 
Did you mean: 

How can put the validation on condition base in backoffice? For Ex. we have two attribute of type boolean . User can able to choose one attribute at a time in Wizard.

Former Member
0 Kudos

How can put the validation on condition base in backoffice? For Ex. we have two attribute of type boolean . User can able to choose one attribute at a time in Wizard.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member632755
Active Contributor
0 Kudos

Hi,

for UI effect of blocking one on the other being selected you may use the Dynamic Forms. Backoffice also uses the standard hybris validation described here if you need object-level constraints evaluated on the server side, with good UI feedback loop. OF course you may also use interceptors to block the object from being saved but this won't be gentle in terms of the behaviour of the UI.

Cheers, Wojtek