Answered
Show Child Process in Parent Form
Hello Again!.
I have a process that create N child subprocess. The Child Process have a boolean attribute in their process master entity. I do want to show a table in a parent process form that show the result from the suprocess. Something like:
UserAsigned DateProcesed Result
User1 01/01/2015 true
User2 03/01/2015 false
how can i achieve this?
Dear Joel,
To solve this question, please follow these articles:
Best Regards
Dear Joel,
To solve this question, please follow these articles:
Best Regards
I have no problems creating the subprocess and i can access to parent process data from the child, But i cant access to de child data from the parent.
I already readed all that documentation about subprocess but it never define how to do this.
i must ask again. Is it possible to show child subprocess in a forms grid on parent process?. How can i show childs results in a parent form?.
Thanks.
Dear Joel,
At the moment you create the multiple subprocess, you have needed to select a collection from the project entity. So, you will be able to navigate for the collection from the parent case just using iterate over xpath: iterate_over_xpath.
Best Regards
Thanks!. I will try.
Comments have been locked on this page!