How to validate a Pagelist/Pageproperty in Pega

Hi,

I have a requirement where Pagelist Property should be a mandatory field in Portal.

Tried using Edit Validate rule but on selecting Pagelist property from the dropdown and when I click on conditions a new pop window launches calling a validate rule again.

Can someone suggest any new approach. I have attached screen shot.

Here .Sourceproperties() is a Pagelist Property.

@Karthik_PA

This is expected behaviour When the pagelist is provided in the validate rule.
You have to specify another validate rule which is in the pagelist context. This New validate rule checks for the condition of the property in the pagelist .

@Karthik_PA That’s how it works, call an another validate rule of the page list class.

@Karthik_PA Create Validation rule in page list/page class and validate all properties by add conditions then add messages. Create one more validation rule in work(case) class, then refer page list/Page class validation rule in work class validation rule, like showing in above image. thank you.

Hi,

I’m using older Pega version 7.3.1. While I could create the second validate rule in the pagelist context, I am unable to create the first validate rule with the pagelist property that calls the second validate rule. When I click on Submit button, there is no response from Pega and the first validate rule is not created.

Does anyone have similar experience in Pega 7.3.1?

Thanks!

@MahendarP : Hi Mahendra I created 2 validation rule one is in work layer another is in data layer (Pagelist Context) , called this in work layer validation but when i run the case and click in create the work class rule is getting called but data class validation is not triggering in pega 8.6v