Question
1
Replies
44
Views
Accenture
Posted: June 18, 2017
Last activity: June 19, 2017
Closed
Automatic validation
I have leave management application in the application we need to validate the no.of leave days automatically How can I validate the no.of days automatically without using activities and data transform. As my knowledge I can go through boolean expression in decision shape in the flow please correct me if it is wrong and give me the correct suggestions?
Thanks in advance!!!
***Updated by moderator: Lochan to add Categories***
Hi Suresh,
It's always better to use validation rules for these kinds of use cases. You can achieve the required output using the decision shape and a boolean check but it is better if you use a validation rule to validate the same. This validation rule can be referred in the flow action so that it will be called during the flow action submit.
Hope this helps.
--Ravi