• Nicholas Pace
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Currently I open develop window and go to debug and open execute anonymous window and I enter 

"Id batchJobId = Database.executeBatch(new BatchClass_Retrieve_Inventory_BL(), 1);"

I would like to create a button for this so I can let other people run it as well or schedule it to run once or twice per day. 

Any help would be greatly appreciated. 
Currently I open develop window and go to debug and open execute anonymous window and I enter 

"Id batchJobId = Database.executeBatch(new BatchClass_Retrieve_Inventory_BL(), 1);"

I would like to create a button for this so I can let other people run it as well or schedule it to run once or twice per day. 

Any help would be greatly appreciated.