Updating recipient lists
A Content Manager OnDemand administrator needs to update the recipient list for Andy's department to add a new employee.
The administrator created a recipListUpdate.xml file, which contains the information for the new employee.
To complete this task, run this command:
arsxml update -h myod -u myoduser -p myodpwd -v -x -i /usr/lpp/ars/V10R5M0/bin/xml/samples/recipListUpdate.xml
The recipListUpdate.xml file might look like this:
<?xml version="1.0" encoding="UTF-8" ?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<odfRecipientList name="SALES-San Francisco" >
<odfRecipient name="TRUIZ" task="add" />
</odfRecipientList>
</onDemand>