Challenger Project Kick Start

image

 

 

Project development components breakdown (Top level view)

Salesforce customizations and custom implementations

  • Create custom objects (Survey Object and Survey Response).
  • Create custom workflow.
  • Mange security of custom objects
  • Create custom links
  • Setup authentications

 

ExactTarget customizations and custom implementations

  • Create templates


Salesforce custom developments

  • Authenticate to Salesforce API
  • Process responses and update custom objects

 

ExactTarget custom developments.

  • Authenticate user in to ET API
  • Display emails (Pre-defined folder)
  • Open emails in WYSIWYG
  • Create new email in pre-defined folder
  • Test send
  • ExactTarget Apex email send to a campaign or contact

AppExchange – ExactTarget installation links

In SalesforceF there are 2 ExactTarget installation links.

One for those who have Campaigns enabled.
http://www.salesforce.com/appexchange/detail_overview.jsp?id=a03300000035b6yAAA

Without Campaigns.
https://www.salesforce.com/appexchange/detail_overview.jsp?id=a03300000035b78AAA
 

DotNetNuke and SalesForce

Ok I got my hands on with DNN (DotNetNuke) opensouce .net CMS (content management system) in last month. DNN is the best OpenSouce .Net CMS I have seen. I will blog about my DNN experience later. Just wanted to outline few things that I got to know today.

I was thinking, what if we can integrate DNN + SalesForce + ExactTarget.

Just think about the possibilities,

  1. Custom web-to-lead page generation.
  2. Web forms and surveys generation.
  3. Run campaigns and use ExactTarget as the Email Provider.
  4. Track all your campaing results inside SalesForce (Eg. Email opens, Link Clicks)
  5. Reports and Dashboards (Graphical Representation of the campaign results and feed backs) 
  6. Data replication in SalesForce (You can maximise your Sales Force Data Storage)

Etc etc …

You could do all that without having HTML or any web programming language skills.Well thats the idea, how to create a on-demand Software as a Service which can be integrated with SalesForce and use DNN.

There is this company called “Cubic Compass Software”, they already implemented something similar.Here is the link: http://www.wwwcoder.com/tabid/68/type/art/parentid/282/site/6429/default.aspx

This leads us (our company) for many opportunities.

I found this post in SalesForce is informative;

There are a few approaches to integrating a Portal’s membership management system with Salesforce.

1) Wrap your home site web pages in an IFRAME that references Salesforce hosted Self-Service pages.

2) Create custom fields on Lead/Contact records, such as “Portal Account Name”, that map to the portal membership module. Query in real-time or synchronize in batch.

3) Use the SelfServiceUser object directly from the portal using the Salesforce API.

4) Our approach was to use something similar to the ASP.NET 2.0 Profile Provider and synchronize it with Salesforce.

Mike Leach

If you are intrested then you need to have look at their website and videos:
http://www.cubiccompass.com/download.aspx

Thats it for now. I am going to continue with my re-search work with DNN and SalesForce.