Process Orchastration - How to use Inherited values?

Hi,

I´m trying to build a process. I now have queried some information like UID_ADSGroup and UID_ADSaccount to add a user to an AD group. But how can I use this Values in the following process step? And how can I add a screenshot here?

Best, Denny

Parents Reply
  • Example:

    The first process step is defined as followed:

    ParamOutName : Value = "MyValue"

    The second process step has a parameter with the following value:

    ParameterValue0 : Value = "&Out(MyValue)&"

    I understand the system so, that somehow at runtime there will be a search and replace function that replaces the value in the second parameter before the step is processed.

Children