Skip to main content
April 30, 2024

Having WF Forms show up based off a questionnaire

  • April 30, 2024
  • 1 reply
  • 0 views

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

May 1, 2024

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