Skip to main content
Nintex Community Menu Bar
Question

Spark update - web services using AJAX broken

  • July 11, 2024
  • 2 replies
  • 10 views

Forum|alt.badge.img+5

After upgrading to Spark calls to web services using sforce.apex.execute no longer work

2 replies

Forum|alt.badge.img+5
  • Author
  • July 11, 2024

Fixed by adding reference to connection.js as well as ajax.js

e.g.:

/soap/ajax/34.0/apex.js

AND

/soap/ajax/34.0/connection.js


Forum|alt.badge.img+6

Hi Mark, thanks for sharing your solution!