Question
Pegasystems Inc.
IN
Last activity: 15 Jul 2022 3:39 EDT
How we can pass each child details to Link ?
For section ExecuteTaskPreview if more than one categorization tasks are there as child.
e.g.
Top.pxCoveredInsKeys(1) Referring the first child
Top.pxCoveredInsKeys(2) Referring the second child
Top.pxCoveredInsKeys(3) Referring the third child
Top.pxCoveredInsKeys(4) Referring the fourth child
Still the current code is referring the first child details for all the categorization task as the code is written as Top.pxCoveredInsKeys(1) to pull the task details.
This require a code change to dynamically take the key for each categorization task as pass to fetch the task details correctly.