Salesforce Contact
Description
Displays details for all Salesforce.com contact(s) which can be limited by using a set of conditions.
Consult the SalesForce.com Confluence Query Conditions for more details on the conditions available.
Parameters
Name | Required | Available In | Migratable to Cloud? | Default Value | Description |
---|---|---|---|---|---|
<conditions> | Optional | By default, the Edit Macro window provides 13 conditions to search with. If you need to use conditions other than the ones provided, you will need to create the macro manually using wiki markup. Please see the guide above for examples on how to use conditions with wiki markup. Refer to the SalesForce Contact API for more details on what fields are available. Do also consult the SalesForce.com Confluence Query Conditions for more details on this. | |||
Id | Optional | Search Salesforce.com for a Contact object with the condition of Id. | |||
Department | Optional | Search Salesforce.com for a Contact object with the condition of Department. | |||
Email | Optional | Search Salesforce.com for a Contact object with the condition of Email. | |||
FirstName | Optional | Search Salesforce.com for a Contact object with the condition of FirstName. | |||
LastName | Optional | Search Salesforce.com for a Contact object with the condition of LastName. | |||
LeadSource | Optional | Search Salesforce.com for a Contact object with the condition of LeadSource. | |||
MailingCity | Optional | Search Salesforce.com for a Contact object with the condition of MailingCity. | |||
MailingState | Optional | Search Salesforce.com for a Contact object with the condition of MailingState. | |||
MailingCountry | Optional | Search Salesforce.com for a Contact object with the condition of MailingCountry. | |||
MailingPostalCode | Optional | Search Salesforce.com for a Contact object with the condition of MailingPostalCode. | |||
Name | Optional | Search Salesforce.com for a Contact object with the condition of Name. | |||
Salutation | Optional | Search Salesforce.com for a Contact object with the condition of Salutation. | |||
Title | Optional | Search Salesforce.com for a Contact object with the condition of Title. |
Editor View
Notes
Lets say you have a Contact in SalesForce.com which contains a set of information.
Image:Contact with a set of information
Use the following macro:
{salesforce-contact:FirstName=Josh|LastName=Davis}
This will display a subset of the details within a Confluence page as a Contact Card.
Image: Displaying details within Confluence as a Contact Card
You can also export the details of the Contact as a VCard (which can be used to import the contact into Microsoft Outlook) by clicking on the icon in the top right corner of the Contact Card.
Image: The details of a contact as a VCard as imported into Outlook.
Tutorial Examples