Hi All,
I am trying to get list of opportunity where connection are not created
Below is the fetch i am using , please help me out
<?xml version="1.0"?>
<fetch distinct="true" mapping="logical" output-format="xml-platform" version="1.0">
<entity name="opportunity">
<attribute name="name"/>
<link-entity name="connection" alias="at" to="opportunityid" from="record1id">
<filter type="and">
<condition attribute="record1id" operator="null"/>
</filter>
</link-entity>
</entity>
</fetch>
Thanks,
Shahbaaz
*This post is locked for comments