Hi all,
I'm getting multiple Leads by LeadUpdateAtSelector.
First, I set the time window from 0:00:00 today to now (both UTC time format) to LeadUpdateAtSelector, and call getMultipleLeads() to get a group of Leads (mark as G1).
And then, I set the time window from 0:00:00 to 23:59:59 yesterday (both UTC time format too) to LeadUpdateAtSelector and get another group of Leads (G2).
I find that some Leads are included in both group. I guess it's because that I updated these Leads yesterday and the did some updating again today.
But I just need them to be included in the time window which includes their latest updating timestamps(in this case, they should be in G1 but not in G2.
Any suggestions?
Thanks,
Biao