function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Developer99Developer99 

Reterview 15mins back modified Records

HI,

      I want to reterview the last modified  by 15mins records in Opportunities in Soap API Webservice Class CAn any one suggest me how to write the query for my task.
Sonam_SFDCSonam_SFDC
Hi,

The following thread shows a good use of Date functions to be able to screen the records created during a specific time frame:
http://stackoverflow.com/questions/13129691/soql-query-that-extracts-data-that-got-updated-in-the-last-x-hours

worth a read!