Question
Tata Consultancy Services Limited
GB
Last activity: 21 Feb 2017 16:37 EST
How to call a validate rule from another validate rule based on if/when Logic ?
Hi,
Good Evening everyone !
How to call a validate rule from another validate rule based on if/when Logic ?
For a property of type page/list, I am able to call validate rule but couldn't use if/when logic
For a property other than page/list, I am able to use if/when logic but not able to call another validate rule.
I am using Pega 7.1.7.
Appreciate your suggestions!
Regards,
Guhan
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Rules Cube Inc.
CA
Hi Guhanathan,
Can you try using Input Validation in the Input tab of Validation rule,
Steps:
Define one property in input tab of validation rule. Use Label name as same as Property name. (Ex:-Propertyname : IsValid) (Label : IsValid)
Use your property in Validate tab and define your own condition next to precondition.
Thanks
Venkatesh G
Pegasystems Inc.
AU
Can the logic not be part of the conditions within the secondary validate rule?
Tata Consultancy Services Limited
GB
Hi Joel,
Thanks for your reply!
Secondary validate rule has some 20 validation, I need to include the logic in each 20 validations.
Tata Consultancy Services Limited
GB
I still didn't get any solution to this problem...
Kindly advice.
Truviq Systems
NL
Hi Guhanathan,
Can you please give the conditions in Called validation (Conditionally validating). Or We can call validation on pre-condition basis in activity over loop.
Validation rules can be called for each embedded page of pagelist from another validation rule.
But we don't have option to provide if/when logic while calling.
Thanks for sharing your thoughts.
------- Chaitanya
Accepted Solution
Rules Cube Inc.
CA
Hi Guhanathan,
Can you try using Input Validation in the Input tab of Validation rule,
Steps:
Define one property in input tab of validation rule. Use Label name as same as Property name. (Ex:-Propertyname : IsValid) (Label : IsValid)
Use your property in Validate tab and define your own condition next to precondition.
Thanks
Venkatesh G
Tata Consultancy Services Limited
GB
Dear Venkatesh,
Thanks a lot for your response. Interesting to know this feature
Thanks
Guhan
Cognizant
US
Hi Team ,
what should be the property type for Input property .
Means , on what basis this validation rule will continue ?
Thanks