Navigate user from a dashboard button to Workflow Form Template

BeatlesForever
New Contributor II

Hello,

We are working on a navigation dashboard which navigates users to corresponding workflow when they click on a button. It works perfectly but we want to go further.

In stead of positioning on the workflow (for example, current WFProfile is ConsoReporting.EntryForms1), is it possible to directly open the first required form on this workflow profile?

Thanks in advance.

1 REPLY 1

JackLacava
Community Manager
Community Manager

I honestly don't know, but I guess one could try with something similar to the approach in this post, with additional work for forms: set the .Status property of the desired form to XFormStatus.Working before sending the user to the workflow step.