Validation Rule - (Pagelist in a page)
I'm having a pagelist like sample.pxResults, In this each page I have a property name .Type So i need to check all the pages for that .Type property and check whether if any one of them has value "true". If atleast one page has value true then no need to show error.
I tried by using .Type=="false" || .Type=="" then display message. but getting error message even if it has value any 1 of them as true.
Please help me with this.
Thank you in advance.