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?
Hello,
Why do you need a function for this? Can't you just loop on your Page-List and check?