• itsDone
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

I have a batch job

 

global class xyz  implements Database.Batchable<Sobject>  { 

}

 

I want to run it immidiately witiout running it as an apex job.Since,its takes some time to start execution, when I run it as an Apex job. How can I run it real-time ?

 

Thanks in advance!

 

  • September 27, 2011
  • Like
  • 0

How to calculate /fetch total number of opportunities in an org without hitting 50000 row limt for SOQL ?

 

Thanks in advance!

  • September 21, 2011
  • Like
  • 0

How to calculate /fetch total number of opportunities in an org without hitting 50000 row limt for SOQL ?

 

Thanks in advance!

  • September 21, 2011
  • Like
  • 0