February 28, 2013 at 1:15 pm
Hi I am trying to create a user defined variable using the parent UD variable.
I am able to create but the scope is not like parent variable.
How to create a UD variable with parent Variable scope?
February 28, 2013 at 10:25 pm
Is this what you mean?
How to: Use Values of Parent Variables in Child Packages
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 28, 2013 at 10:48 pm
You will not find a scope like parent variable. You should create a variable as normal and scope it either to package or task level.
In youre package configuration you should specify this variable is populated from parent package variable.
So while execute this package, it will first try to configure it from the parent package, if not found , it will proceed with values available in child package itself.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply