Question
Validate Rule - For Page List
Hi Team,
I have created a validate rule for Page list property and it is working fine.
example- let say, I have a page list in which 10 pages are there. there is one mandatory field which is missing in all 10 page within page list.
while validate rule run for page list property, it will validate all the 10 page and throw the error message which is at the moment 10 message. All these 10 message are same.
10 same error message doesn't look good in the UI when you are displaying to User in place of that I am looking for a solution where only 1 error message is displayed in this case not 10 same error message.
Kindly let me know if there is any OOTB rule available for that or I have to customize errorlist section rule.
Hi Gaurav,
I can't think of any OOTB validate rule available for this usecase at the moment, as you mentioned this can be accomplished by modifying errorlist section.
However, you can also consider using @IsInPageList("<value>", ".Property", .ListProperty) expression in your post processing activity and set one page-set-message accordingly if that is applicable.
Hope it helps.
Thanks.