Is it possible to add a custom workflow to a form, using the FormSavingNotification handler? We know about the IApplyDefaultWorkflowsBehavior route for adding workflows to ALL forms, but I need to detect a certain field before adding. I can't see anything in the handler that allows me to do this. Any ideas?
j
Jemayn
01/04/2024, 2:29 PM
I'd probably do it the other way around. Add the workflow and then quickly exit out of the code if the field isn't there?