Skip to main content

Process Flow Report Generation

Comments

1 comment

  • David Paras

    The name of the fields that you will define while creating the jrxml will be created as a Context variable, for every field a separate context variable will be created. While defining fields just make sure that every field has a unique field name.

    Then if you want to get the value of these variables anywhere in the Process Flow then you can just use $$Field_Name and it's filled value will be fetched.

    0

Post is closed for comments.