Having WF Forms show up based off a questionnaire

WillVitale
Contributor

Hello,

Is there a way to have some sort of business rule I can create for when a user answers a questionnaire (set up as Non-Financial stat account), that only based off their answers (Yes or No) specific forms come up in their WF profile?

We're doing some auditing form creation and we're trying not needing to make different form template profiles/groups?.

Thanks,

Will

1 REPLY 1

Krishna
Valued 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

 

Thanks
Krishna