Newer Version Available

This content describes an older version of this product. View Latest

Action Link Input

The desired execution status of an action link.

Action Links are currently available to select customers through a pilot program. To be nominated to join this pilot program, contact salesforce.com. Additional terms and conditions may apply to participate in the pilot program. Please note that pilot programs are subject to change, and as such, we cannot guarantee acceptance into this pilot program or a particular time frame in which this feature can be enabled. Any unreleased services or features referenced in this document, press releases, or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.

Note

Root XML tag
<actionLink>
JSON example
1{  "status" : "Successful"  }
Properties
Name Type Description Required or Optional Available Version
status String The current status of the action. Values are:
  • Failed—The action link execution failed.
  • New—The action link is ready to be executed. Available for Download and Ui action links only.
  • Pending—The action link is executing. Choosing this value triggers the API call for Api and ApiAsync action links.
  • Successful—The action link executed successfully.
Required 31.0