create variable

  • 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?

  • 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

  • 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.

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply