{salesforce-contact}
Plugin: Salesforce.com Confluence Plugin, from version 2.0
Displays details for all Salesforce.com contact(s) which can be limited by using a set of conditions.
Description
Displays details for all Salesforce.com contact(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-contact:<conditions>}
<conditions> is an optional series of conditions separated by "|", the list of result contacts will be restricted to those that match these conditions.
Example:
{salesforce-contact:FirstName=Josh|LastName=Davis}
Will only return contacts with the first name of "Josh" and last name of "Davis".
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 Contact 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 a Contact in SalesForce.com which contains a set of information (Figure 1).
Figure 1.
You can use the following macro:
{salesforce-contact:FirstName=Josh|LastName=Davis}
To display a subset of the details within a Confluence page as a Contact Card (Figure 2.)
Figure 2.
You can also export the details of the Contact as a VCard (which can be used to import the contact into Microsoft Outlook [Figure 3]) by clicking on the icon in the top right corner of the Contact Card (Figure 2.)
Figure 3.
Discussions