ActiveSync Input Form -- To take AD Resource name from Database column
Hi All,
My authorative source is a database table called dbTable.
I am using an input form to provision into Active Directory. The Active Directory resource name is stored in a dbTable column. I first tried to hardcode the name of AD and do the provisioning, it worked. But wen I tried to take the name of the AD from my dbTable column using
<Field name='waveset.resources'>
<Comments>Add the AD account user inducted.</Comments>
<Expansion>
<block trace='true'>
<filterdup>
<appendAll>
<ref>waveset.resources</ref>
<list>
<ref>activeSync.resourceNm</ref>
</list>
</appendAll>
</filterdup>
</block>
</Expansion>
<Disable>
<block trace='true'>
<neq>
<ref>feedOp</ref>
<s>create</s>
</neq>
</block>
</Disable>
</Field>
It didnt work.
Plz, can anyone tell me how to bring the name of the AD resource in my input form for provisioning into that AD.
I need help. Plz treat it as urgent coz i can't move further without this being solved.

