Set Column with Process Inheritance
Plug-in
The Set Column with Process Inheritance plug-in allows you to set values in a Solution Field column of a particular Parent or Child process that is currently running.
Properties
Name |
Description |
Mandatory |
---|---|---|
processname |
The name of the parent or child process that contains the solution fields you want to set. If provided processname is same as the current process, then Process Type parameter will be ignored and the fields of the current process will be updated. If provided processname is not same as the current process and processtype parameter is set to Child, it will look for immediate child of the curent process and if child with that name is found then the field of that child process will be updated. I will not look for child recursively, means grandchild. If provided processname is not same as the current process and processtype parameter is set to Parent, then it will look for a prarent process with this name till it is found (will look for grandparents as well) or no more parents exists and will update the field of the parent process once the parent with provided name is found. |
Yes |
processtype |
Child or Parent (select the value from the dropdown. If you select child/parent, it will update the column of child/parent process having processname given in the processname field. |
Yes |
ListFields (Parameter) |
The solution field for which a value needs to be set. |
No |
ListFields (value) |
The value which needs to be set in the solution field. Example: Direct value: My Value Value from form field: [/my:myFields/my:field2] Value from solution field: [field1] |
No |