As per requirement I need to build an auto sync (Inbound Integration) between Eloqua and Salesforce to fetch person accounts which are associated with Opportunities - stage as "In Progress".
In Auto Sync (Inbound Integration) there is a provision to add SOQL query under Advanced filter option. Below is the SOQL which I used to fetch person accounts, but as Eloqua has mentioned, "where" clause can be applied only to the specified object. So even if I add opportunity stage condition in my where clause that will be trauncated automatically.
Not sure how to pull one object record based on the criteria of another object.
Seeking for quick help to get it correct based on the above mentioned scenario, any alternate approach is also readily acceptable.