Forum Discussion
Krishna
2 years agoValued Contributor
WillVitale - It can be done using the Data Quality Event Handler & Dashboard because you cannot hide or show the forms in the WF. There is a forms event handler, but it does not have an option to show or hide in WF.
Dim returnValue As Object = args.DefaultReturnValue
args.UseReturnValueFromBusinessRule = False
args.Cancel = False
BREventOperationType.DataQuality.Certify.SaveQuestionResponse
Related Content
- 2 years ago