How to load only updated data using tMicrosoftCrmInput?
I'm trying to load data coming out of CRM to the database using tMicrosoftCrmInput. Need to only load data which are updated since last load. Have a main job which is calling this job and passing a value to a context called context.DateLastUpdated. Need to get all records where modifiedon(column from CRM) >= context.DateLastUpdated. I am using CustomEntitiySet.