validate multiple property in pegalist
Hi,
I use pega 7.1.7 and I want to validate multiple property at the same time in pagelist. Which one function of pega can i use?
For example: Pagelist has two property like "A" and "B". Our pseude code will be this
if A=5 and B=8 alert("Warning").
How can us adapt this conditon to pega functions?