• jnovak16
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I need to create a new instance of a custom object prior to making an outbound HTTP Service Request.
 
If I attempt to make the Callout without committing database changes, I get an error.  However, I haven't seen anything in the documentation describing how to make the commit.
 
Is there Database method (ala Database.setSavepoint())?
 
Thanks,