Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
LTIMindTree
US
Last activity: 28 Dec 2017 1:40 EST
How to check value exist in the pagelist column
Hi ,
I have a requirement where i need to trigger service if value is present in one of the pagelist property. Can i use PropertyHasValue function where i can pass pagelist.Property name like below to return true or false. Then if true i can invoke the service. If this is not correct what other fucntions or approach i can use here. Please suggest.
@(Pega-RULES:Utilities).PropertyHasValue(tools, primary.Pagelist.Property)