• pjlmas
  • NEWBIE
  • -1 Points
  • Member since 2013

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

Don't have much experience with Java, but is there a way that I can specify optional parameters in my method?

 

An example in PHP would be...

 

function someFunction( $required, $optional = 'default_value' );

 

I'm assuming this can be done since with Batch Apex you can specify an optional scope between 0 - 200.