• Joe Ondrejcka
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Is it possible to have a Python backend for Salesforce? I have a Python script that accesses fields from Salesforce (using simple_salesforce) and does some calculations. Now, I want to dump the output of these calculations back into Salesforce. Is there a way to accomplish this?

Thanks!