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
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
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(…
Is see the screenshot now, and I think this could be the case sensivity of the value: &Out(UIDADSGroup)&, in you example the word OUT is uppercase
A value that was gathered from one process step, e.g. from a script , you can use the ParamOutName on the next step. support.oneidentity.com/.../how-to-use-parameter-value-or-paramoutname-in-scriptcomponent-task-scriptexec
A value that was gathered from one process step, e.g. from a script , you can use the ParamOutName on the next step. support.oneidentity.com/.../how-to-use-parameter-value-or-paramoutname-in-scriptcomponent-task-scriptexec
Hi Rene,
I have used SQL with Output and defined OutValueName -> Value = "UID_ADSAccount"
The next Process step is HandleObjectComponent - Insert, and here I need the value from the SQL process in val_UID_ADSAccount. I have no idea, how the syntax is here :(
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.
It is still not working :(
this is what I got from the Parameter section in the Jobqueue:
UID_ADSAccount 397049a2-9677-4634-bbae-c7c1c0f610b2
UID_ADSGroup_NewGroup 63ea98d6-8562-444e-bafe-a89da6b5d5ae
val_UID_ADSAccount &Out(UID_ADSAccount)&
val_UID_AdsGroup &Out(UID_ADSGroup_NewGroup)&
Do I need to activate something first?
Edit: And one Excample how I set it: Value = "&Out(UID_ADSAccount)&"
Can you put a screenshot from the values that you get in the Job Queue?
I think that you have to upload the screenshot anywhere in the web and then reference the link from the image.
This question, how to upload an image still not answered or solved: RE: How can I insert an image in a forum question?
https: //pasteboard.co/OMncw5d52cRr.png
Is see the screenshot now, and I think this could be the case sensivity of the value: &Out(UIDADSGroup)&, in you example the word OUT is uppercase