Hi,

I have been trying to update users data as bulk by getting the user
report and then by looping through each users.
But the update mode only updates the user in active session. Here is
the xml code I am using :

<dyn>

<rde-dm:user mode="report" tag="staff-search-results" item-tag="user"
resulttype="xml" buffersize="1" >
<rde-rd:user-filter>
<rde-rd:group>testusers</rde-rd:group>
</rde-rd:user-filter>
</rde-dm:user>

<rde-dm:attribute mode="write" source="request" attribute="userlogin"
value="[#xpath://search-results//user//@login#]" />

<rde-dm:attribute mode="read" source="request" attribute="userlogin"
tag="users" />

<rde-dm:user mode="load" user="[#context:id#]" >

<rde-dm:attribute mode="write" source="user"
attribute="test.telephoneNumber" op="set" value="020 7899
0000" />

<rde-dm:user mode="update" path="test" />

<rde-dm:attribute mode="flush" />

</rde-dm:user>

</rde-dm:attribute>

</dyn>

just trying to update only one value as test.

Can anybody help on this please ? I am not sure where I go wrong or is
this possible in delivery server ??

Thanks,
Jo

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to