Salesforce to Salesforce enables business collaboration both within and across Salesforce organizations. This allows you to share lead, opportunity, account, contact, task, product, opportunity product, case, case comment, attachment, or custom object records with your business partners that use ...

learn more… | top users | synonyms

-1
votes
1answer
62 views

Why doesn't lookup filter work on visualforce page?

I am trying to develop few look up fields on Visualforce page. Requirements: The first lookup field shows all partner Accounts. The second lookup field is filtered to show only Contacts associated ...
2
votes
1answer
25 views

Can I create a partner account from another organization user?

I have now a new partner. When trying to create for him his new partner portal account, I found out, that the specific user name is already in use. Asking him, I found that he already uses salesforce ...
2
votes
0answers
173 views

Sorting Opportunity Line Items programmatically

I've been attempting to do a purely Apex based sorting of Opportunity Line Items based on a solution I found in the Salesforce developer boards. That solution uses a combination of Javascript and Apex ...
7
votes
3answers
98 views

Deleting Salesforce developer account

I need to delete salesforce developer account.Can I do this? If yes, how?
7
votes
1answer
67 views

Using SalesForce to Salesforce in an OEM app…downsides

We have an OEM app, though could also be same question for AppExchange app. Are there downsides to using SF to SF from a packaged app...or with many customers? We provide a service in addition to ...
1
vote
1answer
51 views

Can i remove Recall option in Approval process?

I want to remove Recall option provided on salesforce native page and want to use my own custom button for that in Approval process.
0
votes
2answers
91 views

Unexpected Null Pointer exception in testing

My Test Class is global class Feedpost9 { // your methods here... static testMethod void testRest() { // set up the request object System.RestContext.request = new RestRequest(); ...
3
votes
0answers
47 views

Klout installation not auto populating std fields in Salesforce for Social Media App

Salesforce for Twitter and Facebook (v4.6), includes a Klout score and Klout number field. If I manually entered Klout number in as 59 the app will then auto populate the Klout score. This should be ...
2
votes
1answer
36 views

How to use Salesforce2Salesforce to collaborate on cases?

We have two partners from two organizations who both have a Salesforce account (Entreprise Editions). The two would like to collaborate on customer cases that are related to both of them. I checked ...
1
vote
2answers
71 views

Does Salesforce To Salesforce handle sharing privileges correctly

I have a requirement in which a source org needs to share data with N partner orgs. I'm considering using Salesforce to Salesforce (in addition to Middleware solutions). The source org contains an ...
2
votes
3answers
165 views

Development with the Force platform

I have some questions with respect to getting started with developing a website for our customer's customers on the Force platform. This site will need to read/update from/into Salesforce backend as ...
5
votes
1answer
245 views

understanding salesforce licensing for development and deployment

I am trying to understand the licensing issues on I would come across on Force.com for developing an application that will have its own data source and will also be pulling data from SalesForce.com ...
0
votes
0answers
33 views

Sending custom comment objects back and forth via salesforce2salesforce

What are the best practices when sending comment objects through Salesforce2salesforce? Comment objects are objects that have a Master-Detail relationship with the parent object, and are made ...
4
votes
7answers
431 views

How to connect Salesforce to Salesforce in Apex

Is it possible to connect Salesforce to Salesforce in Apex. I want to bring sample records from Full Copy sandbox to config sandbox and I need to do this as I refresh config sandbox. I think if we ...
5
votes
4answers
185 views

Has anyone completed a Chatter to Chatter via Salesforce to Salesforce integration?

I have a customer with a salesforce to salesforce connection for Leads (only currently) to their partner and they would now like to include Chatter posts across the two organisations. This sounds ...