Skip to Content
0
Feb 28, 2019 at 01:23 PM

HCI: Dynamic filter for SF Query and use results of that for another query

274 Views

HCI: Dynamic filter for SF Query.

I have a requirement where I need to pull extracts from SF where lastModifiedDate is used to pull latest records from SF. Below is my SF Query.

$select=externalCode,approvalStatus,cust_Endtime,cust_Starttime,endDate,fractionQuantity,lastModifiedDateTime,startDate,timeType,userId&$filter=lastModifiedDateTime ge datetimeoffset'${property.SystemDate}'. I have tried with SF Adapter but i am not getting data from SF. Can anyone provide me the solution for this issue.