Is there a way to include the same in the XML post to launch a fixlet? eg: The below works to lock the members of a group but it is an open ended action.
<?xml version="1.0" encoding="UTF-8"?>
<BES xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BES.xsd">
<SourcedFixletAction>
<SourceFixlet>
<Sitename>BES Support</Sitename>
<FixletID>295</FixletID>
<Action>Action1</Action>
</SourceFixlet>
<Target>
<CustomRelevance>(exists members whose(it = TRUE) of (groups 558957 of it) of sites)</CustomRelevance>
</Target>
</SourcedFixletAction>
</BES>