Is there a way to setup a form to receive a token value from a workflow? If so how?
Question
Question
Replies
replied on May 10, 2016
I mean I could push the value to a database and use the database within forms. But would there be a better way using a process?
0
0
replied on May 10, 2016
There are 2 ways for Workflow to send values to Forms:
1. If Workflow starts a Forms process through its Invoke Business Processes activity, it can push data into the Forms instance.
2. If Forms invokes a workflow through its service task and waits for its completion, then Workflow can push data back to that instance of Forms through the Set BP variables activity.
0
0
replied on May 10, 2016
I was also looking at options to create a C# dynamic text file which would auto fill strings based on results from the form's metadata.
0
0
You are not allowed to follow up in this post.