Moving variable change from child to parent

Kate Salamoun
Tera Contributor

Good Morning,

            I have two custom tables currently. The record producer I have writes a record to table 1 and the workflow contained in it also spawns off a task to table 2. I have managed to map variables from the parent (table 1) to the child (table 2) but I am needing to make it so that when I change a field in the child it will map up to the parent. I tried to use a business rule: parent.variables.u_subaccount = current.subaccount - However this is not mapping the field. Any suggestions would be greatly appreciated.

5 REPLIES 5

I would add some logging to this script to make sure that it runs and that all of the values in the script are actually there. This article describes some possible logging you can do.