• VarSha Chougule
  • NEWBIE
  • 45 Points
  • Member since 2017
  • Architect

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
Im using a tool to write SOQL queries - very simple like
select * from contact

Is there a simple SOQL query I could use to get email domain in that query like
select email,[split email as domain] from contact
  • December 04, 2022
  • Like
  • 0
Hi All,
I created 1 scheduled job, which will run every 5 minutes like below.
User-added image

It can run normally, but I wonder why at the time 8h45, 8h50, 8h55, 9h00, 9h5, and 9h10, it cannot run the apex job. Then from 9h6 to 9h11, it runs 6 times. It is all apex jobs that should be run from 8h45 to 9h10.
User-added image
I have 2 questions:
1. Why the apex job doesn't run on time?
2. Can I handle it when the apex job doesn't run on time? e.g: send an email to the administrator
Thank you,
Im using a tool to write SOQL queries - very simple like
select * from contact

Is there a simple SOQL query I could use to get email domain in that query like
select email,[split email as domain] from contact
  • December 04, 2022
  • Like
  • 0
could anyone give me sample scenarios when we go for lookup,master and junction