Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/19 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

Execute via WSProxy

To execute an action, use the execute function.

  • The first parameter is an array of Name/Value parameters to include in the call.
  • The second parameter is the name of the execute request.

This example shows the parameters but is not a working example.

The returned object has three properties, “Status”, “RequestID”, and “Results.” The results contain properties from the SOAP ExecuteResponse items.