Customize the SFDC Opportunity and Account fields showing in Bigtincan Hub Outlook Add-in
In addition to the Opportunity and Account names you see when using the Hub in Outlook, you can display one custom Opportunity field and two custom Account fields to help your team quickly log to the correct one in your Salesforce instance. This document shows you how to create a simple custom setting in SFDC to replace the default fields with custom fields in the Hub Outlook Plug-in.
The default fields are as follows:
Opportunity: Name, Account, Date (Date can be replaced)
Account: Name, Owner, Type (Owner and Type can be replaced)
SETUP IN SFDC
- Setup>Develop>Custom Settings
- Custom Settings>New
- Label = BTCOutlookPlugin (suggested but up to the discretion of customer)
- Object Name = BTC_Outlook_Config (Exact Name Required. Recognized by the Add-in to use custom fields instead of default fields)
- Setting Type = set by the organization
- Visibility = set by the organization
- Description = Optional
- Save Custom Settings
- Custom Fields>New
- Data Type = Text
- New Custom Field Details for Opportunity section (1 field)
- Field Label = Fields
- Length = 200
- Description = Optional
- Do not check any remaining attributes.
- New Custom Field Details for Account Section (2 fields)
- Field Labels = FirstAccountField and SecondAccountField
- Length = 200
- Description = Optional
- Do not check any remaining attributes.
SETTING THE FIELD NAME AND DATA IN SFDC
- Custom Settings> Select Manage for the BTC Outlook Plug Custom Settings
- Select New
- Fields or FirstAccountField or SecondAccountField (you should see the name of that you set in previous steps)
- customlabel:salesforce field(Custom Label is the text you want to display on the plug-in and salesforce field is the actual sfdc field name in your instance)
- Example (where custom label is Anticipated Close Date and Field is CloseDate)
- Anticipated Close Date:CloseDate
- Restart and re-login to Outlook with the Hub Add-in enabled.
- Search for either an Opportunity and/or Account to confirm the Custom field is connected and displaying the correct information
NOTES:
- You can change the name of the label at anytime by selecting Edit on the label and following step 9.
- You can change the data showing by replacing the field with a standard salesforce field name (not a salesforce field label, it must be a data field name)
- You can show a custom data field and need to use the partial API name (ask us how)
- Once you change the labels and names, all those using the Outlook Plug-in and Salesforce will see the new information. For advanced admins, it is possible to show different fields to different groups set in salesforce (ask us how)
- You can not search using the custom fields.
- You can add 1, 2, 3 or no custom fields.
- Custom fields must not be lookup fields or address field.
- If the new update does not show in your instance automatically, you may need to clear the Outlook cache on your computer or the exchange server where the add-ins are located. Then reopen and login.