Hoppa till huvudinnehållet

Report with text fields populated from user input via workflow display form

Kommentarer

2 kommentarer

  • Tom Neer
    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
  • Permanently deleted user
    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 Almas
    0

Du måste logga in om du vill lämna en kommentar.