{salesforce-account}
Plugin: Salesforce.com Confluence Plugin, from version 2.0
Displays details for all Salesforce.com account(s) which can be limited by using a set of conditions.
Description
Displays details for all Salesforce.com account(s) which can be limited by using a set of conditions (please visit SalesForce.com Confluence Query Conditions for more details on the conditions available).
Usage
{salesforce-account:<conditions>}
<conditions> is an optional series of conditions separated by "|",
the list of result accounts will be restricted to those that match these conditions.
Example:
{salesforce-account:Name=GenePoint}
Will only return accounts with the name "GenePoint"
Parameters
| Name | Required | Default | Description |
|---|---|---|---|
| <conditions> | | N/A
| Please see the Usage guide above for examples on how to use conditions, please refer to the SalesForce Account API for more details on what fields are available. Please visit SalesForce.com Confluence Query Conditions for more details on this. |
Examples
Lets say you have an Account in SalesForce.com which contains a set of information (Figure 1).
Figure 1.
You can use the following macro:
{salesforce-account:Name=GenePoint}
To display a subset of the details within a Confluence page as an Account Card (Figure 2.)
Figure 2.
Discussions