• sunay_p
  • NEWBIE
  • 5 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

Hi All,

 

I am trying to have the single sign on implemented for my salesforce instance with a web application. So basically sales force will be the service provider and web application will be the identity provider.

 

I would need some help on the steps involved to achieve this single sign on and wat are the prerequisites to get it started.


Basically the scenario is like this, when I log in to my web application, i should use the same login credentials to see sales force instance without entering the credentials again for sales force.

 

Also I would like to which way of Single Sign on should I use? is it SAML, Delegated Authentication or Authentication providers.

 

Kindly help me achieving this ASAP.

Hi,

 

I am looking at an option where I can integrate Salesforce with SQL database using a salesforce API.

 

Can anybody help me with the steps involved and how much complex it is to write the code. Also any sample code would be very helpful.

 

Thanks in Advance!!!

 

Regards,

Sunay

Hi,

 

I am looking at an option where I can integrate Salesforce with SQL database using a salesforce API.

 

Can anybody help me with the steps involved and how much complex it is to write the code. Also any sample code would be very helpful.

 

Thanks in Advance!!!

 

Regards,

Sunay

Hi,

 

I am looking at an option where I can integrate Salesforce with SQL database using a salesforce API.

 

Can anybody help me with the steps involved and how much complex it is to write the code. Also any sample code would be very helpful.

 

Thanks in Advance!!!

 

Regards,

Sunay

I am building a Force.com application using only custom objects. One of the custom objects is called 'Properties' and holds household address information, which I wish to use to drive a mass mail merge. For example, I may have 200 property records, and I would like to generate PDF informational letters to send to all of them. I don't need to send emails.

 

At the moment I export the data to a CSV file and do a merge using MS Word on my PC, but I'd like to move this functionality into Salesforce so I can deploy it to a wider group of users and enforce consistent merge templates held in Salesforce.

 

In Salesforce the functionality I would like to use is 'Mass Mail Merge' but this seems to be limited to the standard Contacts object. Since I'll always be mail merging in bulk (100+ letters) using the individual merge functionality doesn't work either. There doesn't seem to be generic mail merge functionality that is useable within the Force.com platform, but this doesn't seem to me to be an unusual use case.

 

My options seem to be:

 

1. customise the whole process in Salesforce, using Visualforce templates for each letter template

    - taking this approach means we lose the ability to have users easily amend/rewrite Word templates, extensive ongoing VF template maintenance will be costly

2. use a paid App like Conga Mail Merge or LOOP Merge

    - taking this approach solves most of the problems, but we'd like to trigger these merges from a workflow which is not possible using this approach

3. use an external merge service like LiveDocx and send/receive merged files using web callouts

    -  taking this approach involves building customisations which effectively replicate what SFDC does. Also, there are governor limits on number of callouts which

4. use a hybrid mail provider who will do the merge and then also print, envelope, stamp & send the letters

    -  this solution is also constrained by the volume limits on sending data (e.g. the merge template and field data) outbound in a web callout (as far as I can tell, there's a 100kB limit on outbound data, whereas a 2 page Word letter merge template with a few images is 230kB). This also ties us to one hybrid mail provider and means we can't choose to print locally if we want.

 

Has anyone found a way to get the standard mail merge functionality to work within Force.com, or had to build or implement similar functionality?

 

Thanks.