Record type variable inside process report

Certified Senior Developer

Hi

We have a process model having a user input task having a pv of record type variable. Now when we give that process model in a process report and try to map the pv values inside the report, the record type fields are not getting displayed. But another pv of integer type is giving value inside the report. Both the integer value and record type value are present in the pv level. Please let me know if there is anything I am missing.

TIA

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Sarathkumar R

    Please follow this process:

    Create a process report by above picture:

    1. Go to Edit Tab - Create new data as shown below:




    2. Create an Expression Rule by using a!queryProcessAnalytics you can query whole data of process reports.




    3. Use the rule to get data into read only grid.



    4. Index the data and store it into rows as your wish.

    Note: If your records are of 23.4 version you only get primary key of that record, if that is before of 23.4 or after 24.1, you'll get whole data.

    You can create as many as process variables in the data section of process reports.

    Reference of 23.4 :



    I hope you got the answer! :)

Children