Hi - Does anyone know if the Appian Salesforce connectors can be exec

Certified Lead Developer
Hi -

Does anyone know if the Appian Salesforce connectors can be executed by the system, without requiring a user to click a button on a form? Our use case requires updating Salesforce after certain DB updated are performed in Appian, which don't always correspond to a user activity.

Your comments/suggestions are appreciated.

OriginalPostID-177256

OriginalPostID-177256

  Discussion posts and replies are publicly visible

Parents
  • All Writer functions (in your particular case: a!sfcInsert() and a!sfcUpdate()) will only work in SAIL form, and specifically only work with bind() function which require execution from user action within saveInfo parameter.

    For you use case, you'll have to find or build a custom Smart Service plug-in, to be able to execute the update within process flow.
Reply
  • All Writer functions (in your particular case: a!sfcInsert() and a!sfcUpdate()) will only work in SAIL form, and specifically only work with bind() function which require execution from user action within saveInfo parameter.

    For you use case, you'll have to find or build a custom Smart Service plug-in, to be able to execute the update within process flow.
Children
No Data