You need to sign in to do that
Don't have an account?
Hello, How to write SOQL query to get only Updated and Newly created Records using LastModifiedDate field.
i want to get only Updated and newly created records from custom object... How to get only Updated and newly created records using SOQL query?
Try this Query.Please change Date according to your requirements
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards
All Answers
Try this Query.Please change Date according to your requirements
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards
But I want to convert LastModifiedDate in Milliseconds so i can use it as a timestamp
please refer below link which might help you in this
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_datetime.htm
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards