Rule-Based Alert
Last updated
Was this helpful?
Was this helpful?
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="invoice">
<attribute name="name" />
<attribute name="customerid" />
<attribute name="statuscode" />
<attribute name="totalamount" />
<attribute name="invoiceid" />
<order attribute="name" descending="false" />
<filter type="and">
<condition attribute="totalamount" operator="ge" value="1000" />
</filter>
</entity>
</fetch>