How do you write SOQL to import delta records?
In the standard integration you could have write something like this:
LastModifiedDate >= Last Successful Upload AND ...
but in the new Salesforce Integration App Import SOQL you can't embed "Last Successful Upload "
Any suggestions of can you query Salesforce records modified since the last successful upload to Eloqua, would be greatly appreciated!
0