You need to sign in to do that
Don't have an account?

how can we retrieve opportunities that are modified in last 15 mins without using apex code but only via soql?
How can you we retrieve opportunities that was modified in last 15 mins without using apex code but via soql only,
but one option is to have a formula datetime field in your object which will give the time difference and then you can use the field in your SOQL query...
Where YYYY-MM-DDThh:mm:ssZ is the time 15 minuts before now