This Web Part template lists leads from a SalesForce account and allows users to easily email each lead. This template can also search the web to find more about the contact and their company.
It's as easy as copy & paste! Copy the List SalesForce Leads Web Part source to your clipboard, paste that source into the RSSBus Web Part source editor, and click 'Apply'. Click on the details tab for more information.
Prerequisites
RSSBus Web Part Templates require RSSBus for SharePoint™ to be installed
into your SharePoint Portal (MOSS) or SharePoint Services (WSS) Site. Some templates may also require additional connectors.
Maybe the best way to get an idea of what the RSSBus SharePoint Web Part™ does
and how it functions is to watch a quick video that describes the main features.
Trying to modify this template for a specific task?
We have qualified professionals standing by that can quickly go from your idea
to a ready-to-run RSSBus Web Part Template. Contact us now:
support@rssbus.com
Web Part Usage
Click the "Copy to Clipboard" button which is located in the "Download" tab.
If you haven't already, add a new RSSBus Web Part to your SharePoint page.
In SharePoint, on your new RSSBus Web Part properties pane, click the "Source Editor" button to open the editor.
Paste the clipboard contents into the RSSBus Web Part Source Editor and click "Apply".
The following inputs will be listed in the RSSBus Web Part properties pane, where you can set their values appropriately and click "Apply" again.
Click here to see a full size preview of this Web Part.
Web Part Download
This Web Part requires the installation of the pre-requisite items listed below. If you already have these items
installed, then you can download the List SalesForce Leads Web Part to a file or copy the Web Part mark-up directly to your clipboard.
Want to learn how easy it is to create Web Parts like this one with the RSSBus SharePoint Web Part? You can
view the Web Part source to review the mark-up
that enables this Web Part.
Prerequisites
RSSBus Web Part Templates require RSSBus for SharePoint™ to be installed
into your SharePoint Portal (MOSS) or SharePoint Services (WSS) Site. Some templates also require additional connectors.
<rsb:import lib="RSSBus.SalesforceOps"/>
<rsb:cache key="salesforceLeads" duration="20"/>
<rsb:info title="SalesForce Leads" description="Shows the leads in your SalesForce account and allows you to google them and email them with one click.">
<input name="user" description="Your SalesForce account login." />
<input name="password" style="password" description="Your SalesForce account password." />
<input name="subject" description="The subject of the template email." def="More information on our current promotions"/>
</rsb:info>
<rsb:call op="salesforceSelectLead" format="toyuitable">
<rsb:set attr="Email">
<a href="mailto:[sf:email]?subject=[subject | urlencode]">[sf:email]</a>
</rsb:set>
<rsb:set attr="Name">
<a href="http://www.google.com/search?q=[sf:name]">[sf:name]</a>
</rsb:set>
<rsb:set attr="Company">
<a href="http://www.google.com/search?q=[sf:company]">[sf:company]</a>
</rsb:set>
<rsb:set attr="Phone">
[sf:phone]
</rsb:set>
<rsb:unset attr="sf:*"/>
</rsb:call>
Related Web Parts
Listed below are a few more Web Parts that are similar to the List SalesForce Leads Web Part selected above.
This Web Part template shows how to integrate external data into SharePoint via an HTML select element. This particular example connects to SalesForce as the external data source, but the data source could [...]
Videos & Technical Resources
Find our more about how the RSSBus SharePoint Web Part can help you quickly and easily integrate your SharePoint
sites with internal and external data sources including databases, applications, and services:
The Case For Simple Services
Discover RSSBus Simple Services™ and learn how to enhance current services
architectures with highly flexible data services.
RSSBus SharePoint Web Part™ - Formatting
with HTML
This video shows how to use RSSBus SharePoint Web Part to connect and retrieve records
from a Microsoft SQL database, and format the Web Part output as an HTML table.
RSSBus SharePoint Web Part™ - Service
Enablement
Use SharePoint Server as a Simple Web Services Platform. Extend SharePoint with
Simple Services and use SharePoint to manage service accessibility.
RSSBus QuickStart
Guide
A hands-on introduction to the concepts and usage of RSSBus Desktop and RSSBus Server.