Return Fields to Parent Instance

Options
Jozef_783863
Jozef_783863 Posts: 331 admin

I have a parent process that starts batch child processes which creates a bunch of fields. What is the best way to get/reference those fields from the children back in the parent process?

Best Answer

  • Jeff_146001
    Jeff_146001 Posts: 296 admin
    Answer ✓
    Options

    When you need to return fields from child batch processes up to a parent, the best way to do so is to store those values in a data table.

    In the parent process, you may want to create an empty data table, and then you can add one or more rows to that table from the child process.