I am trying to run an external call to pull certain product purchasers from SFDC into an Eloqua Datacard. I keep receiving the error " WARNING - you cannot schedule automatic data imports using these settings because the External Call does not have a filter on Last Modified Date or this filter is trying to retrieve more than 7 days of data. Please change your external call"
Within my filter Details i used the following script to only bring in certain items:
[ITEM_NUMBER]= IN('219J','197J',205J','206J','207J') AND [LastModifiedBy]= TODAY() - 6 > date
Has anyone else had this issue?