Report with text fields populated from user input via workflow display form
I am creating a report that will be run from workflow. It will display information from multiple layers. In addition, I need to have values that the user inputs in a form be generated in the report. I am not sure exactly how to set this up. The display form will pop up asking the user to enter a case number and select a request type from a drop down. I then want the values that the user enters in the form to be populated in the report.
I am using HTML5 2.4 viewer, Geocortex Essentials 4.1 v. 2.21.0.189.
0
-
In your workflow, you will need to do the following:
- Create a Report dataset (new dataset)
- Create a Data Dictionary (new Dictionary(Of String, String))
- Add your data to the Data Dictionary (e.g. Key = "Case Number", Value = caseNumber), repeat as necessary
- Convert Dictionary to DataTable
- Assign DataTable Name
- Add DataTable to DataSet
- Create Report by passing in the DataTable
- You call the data from the DataTable name, the Dictionary Keys are your columns.0 -
Hi Tom,
You are right in this process, but "Report" Activity in workflow exposes property Text Fields, which is supposedly accepting iDictionary object. Have you tried using that? I have tried it, but so far no luck.
Muhammad Almas0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer