checkoutUser view issue
I need to checkout a user view and update a specific resource account. Problem is the user has other resource accounts, one being read only. When attempting to set the change, I get a operation not permitted error on the resource account that is read only. I need to be able to checkout the user view with only the resource accounts I can update. Is this possible and what is the syntax?
[394 byte] By [
infusedguy] at [2007-11-26 8:08:52]

# 1
Try something like this:
<Action id='0' application='com.waveset.session.WorkflowServices'>
<Comments>Sets "view" as a side effect</Comments>
<Argument name='op' value='checkoutView'/>
<Argument name='type' value='User'/>
<Argument name='id' value='$(activeSync.accountId)'/>
<Argument name='options'>
<Map>
<MapEntry key='TargetResources'>
<List>
<String>ED1D</String>
</List>
</MapEntry>
</Map>
</Argument>
</Action>