Hi...
thank you for reply...
am trying to create the organizations in idm dynamically so i written a separate workflow which is....
<map>
<s>orgDisplayName</s>
<s>ACME</s>
<s>orgParentName</s>
<s>Top</s>
</map>
here am getting ACME org dynamically but it was hard coded this i want this value should come from flatfile via activeSync then i tried <ref>activeSync.myOrg</ref> instead of <s>ACME</s> but am not getting any value......if possible help here
then i tried another way when activeSync is performing am able to get the organization,department,location values for every account so,i want to get that values from the IDM in my workflow to create new oranization
but am not able to get that value also i tried
global.org
waveset.org
accounts[Lighthouse].org
Please help me........
Hi,
For this you can attach a form with your active sync process and the variales you want to pass to the WF use processInputs.<variable name> and in the workflow create variable with similar name and check the input checkbox next to them you get the values in WF for these variables.
Regards,
Surinder