Focal Point
[SOLVED] Incremental Load - Salesforce.com

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/3447007176

July 16, 2014, 09:01 AM
Karthik
[SOLVED] Incremental Load - Salesforce.com
Hi,

I have a salesforce.com object which will be loaded and refreshed for every 1 hour. So I have to load only the data which are new and updated into my postgres table. Please let me know how to extract only updated data from Salesforce source in DMC.

Thanks !!!

This message has been edited. Last edited by: Karthik,


WebFOCUS 8.0
Windows, All Outputs
July 17, 2014, 07:07 AM
Karthik
Hi,

Please let me know if anybody have any thoughts about my post.

Thanks !!!


WebFOCUS 8.0
Windows, All Outputs
July 17, 2014, 10:03 AM
Clif
Salesforce.com objects have a field LASTMODIFIEDDATE that you can use to determine when a record was changed. After each hourl run save the highest value for that field and then use it in a WHERE condition to retreive only newer records.


N/A
July 17, 2014, 10:07 AM
Tamra
Hi Karthik,

This is a follow up regarding your post. Can you please open a case for this? That way it can be sent to the proper group and the issue tracked to a successful conclusion.

If you don't mind sharing the resolution with the members that would be great.

Thank you for sharing and participating on Focal Point.

Tamra Colangelo
IBI Customer Support


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
July 29, 2014, 02:26 AM
Karthik
quote:
LASTMODIFIEDDATE


Thanks Cliff. I have implemented SCD using LASTMODIFIEDDATE.


WebFOCUS 8.0
Windows, All Outputs