Question
3
Replies
930
Views
Tata Consultancy Services Limited
Posted: January 3, 2017
Last activity: February 7, 2017
Closed
Any wayout to pass any param to run a validate rule
I have to validate a field based on some temporary calcutaion. That aggregation is temporary and only need for that purpose.
So I wanted to know is there any wayout to pass any param to run the validate rule ?
Just because of this constraint, i dont want to use any activity step.
Hi Shyam,
Validate rule won't accept parameters. To achieve your requirement you can create a transient property (create a property and check Do not save property data) so that it won't be persisted to database. Define declare expression and use it in validate rule. Hope it helps