Question
2
Replies
556
Views
Synechron Inc.
Posted: January 18, 2018
Last activity: January 18, 2018
Closed
Solved
Validation in Delegated Data Type Rule
We have a Data Type (DT) rule and this rule is Delegated to Work Manager (WM). DT rule has two properties Start Date and End Date. Now while editing the DT, we need to validate whether the End Date is greater than Start date and throw error as applicable.
I have tried with Declare Trigger, Constraints; it did not throw the validation error. Please advise.
Thanks in advance.
Hi Abhijit,
I don't think you can achieve it directly. But I believe, the control for the properties would be fetched from DataTableEditorReport(use the gear icon next to the property in the report).
Just a thought, What if we create a custom control for Enddate and add an event onchange in the control itself to run an activity to check the values and set a message?
Hope this helps.
-Ravi.