Newer Version Available
ActionLinkGroupTemplate
Action link templates let you reuse action link definitions and
package and distribute action links. An action link is a button on a feed element.
Clicking on an action link can take a user to another Web page, initiate a file
download, or invoke an API call to an external server or Salesforce. Use action links to
integrate Salesforce and third-party services into the feed. Every action link belongs
to an action link group and action links within the group are mutually exclusive.
This object is available in API version 33.0 and later.
Supported Calls
create(), delete(), describeLayout(), describeSObjects(), query(), retrieve(), update(), upsert()
Special Access Rules
Only users with the “Customize Application” permission can modify or delete this object.
Fields
| Field Name | Details |
|---|---|
| Category |
|
| DeveloperName | |
| ExecutionsAllowed |
|
| HoursUntilExpiration | |
| IsPublished |
|
| Language |
|
| MasterLabel |
|
| NamespacePrefix |
|
Usage
Define action link templates in Setup and use ConnectApi in Apex or Connect REST API to instantiate action links from the templates and to post feed elements with the action links.
If you delete a published action link group template, you delete all related action link information which includes deleting all action links that were instantiated using the template from feed items.