- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Use this, apologies for the xml:
nms.subscription.RecipientSubscribe (
<choiceList selectAll="false">
<key value="snarayen@adobe.com"/>
<where>
<condition expr="@email = 'snarayen@adobe.com'"/>
</where>
</choiceList>,
<entityList selectAll="false">
<key value="ceoTips"/>
<where>
<condition expr="@name = 'ceoTips'"/>
</where>
</entityList>,
true,
<empty>false</empty>
);
You have access to the source code?
Thanks,
-Jon