Hello Guys,
I'm facing serious problem while retrieving data
I'm trying to retrieve data (Using QueryExpressionClass) from CRM which is last modified (it's integration project Asp.net to CRM)
using condition "LastXHours". It's Online CRM 2015 with update (7.1.1.4314)
Whenever i run the code it's not retrieving the recently added record. it's fetching the old record only, but i opened the recently added record it's shows the Modified on "1/12/2016 4:09 pm" but my local time is "1/12/2016 01:45pm" i seriously worried about this timing difference
please help how to overcome this problem and how to fetch the recently added records also
Thanks in advance