Tagged Questions
A Platform-as-a-Service development environment delivered on Salesforce.com, sometimes also referred to as Force.com.
29
votes
6answers
4k views
When should one use the following: Amazon EC2, Google App Engine, Microsoft Azure and Salesforce.com?
I am asking this in very general sense. Both from cloud provider and cloud consumer's perspective. Also the question is not for any specific kind of application (in fact the intention is to know which ...
28
votes
8answers
6k views
Disadvantages of the Force.com platform
We're currently looking at using the Force.com platform as our development platform and the sales guys and the force.com website are full of reasons why it's the best platform in the world. What I'm ...
21
votes
7answers
2k views
What are salesforce.com and Apex like as an application development platform?
I have recently discovered that salesforce.com is much more than an online CRM after coming across a Morrison's Case Study in which they develop a works management application. I've been trying it out ...
17
votes
2answers
1k views
Best Practices for Managed SalesForce App Development?
We're developing applications for AppExchange and are trying to figure out the best way to do development and release management. There are several issues around this:
1) Package Prefixes. We are ...
11
votes
5answers
752 views
How can multiple developers efficiently work on one force.com application?
The company I work for is building a managed force.com application as an integration with the service we provide.
We are having issues working concurrently on the same set of files due to the shoddy ...
7
votes
2answers
81 views
Building OLAP style applications with SalesForce/Apex
We are considering moving a planning and budgeting app to the Salesforce platform. The existing app is built on a dimensional data model, and has extensive ad-hoc query capability implemented through ...
7
votes
2answers
637 views
Anyone moved off Force.com
I've been developing an OEM application on Force.com for about a year, having joined a year into the project. It is consistently an exercise in frustration and disappointment, and it has become clear ...
7
votes
5answers
284 views
is possible to build applications directly into gmail using google applications (google.com/a)?
We are looking for a CRM web application and so far salesforce.com/force.com seems the only one which allows you to build applications directly on their platform. However I was wondering if ...
6
votes
3answers
3k views
How to avoid MIXED_DML_OPERATION error in Salesforce tests that create Users
Sometimes in Salesforce tests you need to create User objects to run part of the test as a speciifc type of user.
However since the Salesforce Summer 08 update, attempts to create both User objects ...
6
votes
4answers
13k views
Salesforce - How to Deploy between Environments (Sandboxes, Live etc)
We're looking into setting up a proper deployment process.
From what I've read there seems to be 4 methods of doing this.
Copy & Paste -- We don't want to do this
Using the "Package" mechanism ...
5
votes
2answers
639 views
CSS, Salesforce, ExtJS, and the blues
I've been asked to demo some ExtJS UI enhancements to our current apps inside Salesforce. This is just a proof of concept that ExtJS will work as a good UI replacement for the default UI that most of ...
5
votes
3answers
326 views
How to gain the skills for enterprise application integration (EAI)?
I keep seeing vacancies for software developers that require EAI experience.
From what I can figure, this means someone with experience developing with one of the large commercial off the shelf ...
5
votes
1answer
4k views
How to format a date in VisualForce?
In Salesforce, if I'm binding a date into a VisualForce page, how do I apply custom formatting to it?
Example:
<apex:page standardController="Contact">
<apex:pageBlock title="Test">
...
4
votes
1answer
75 views
Does Azure ACS support saml 2.0 IdPs like Salesforce?
I have no Access Control Service (ACS) installed, but I've seen on some online video demo that Salesforce is not in the list of available pre-installed identity providers. Salesforce can be configured ...
4
votes
1answer
42 views
Not logged-in user in a customer portal site
How do I get the list of users who have not logged into a customer portal site at all?
4
votes
2answers
81 views
Can Azure be inter-operable with Amazon?
I have a question about whether cloud vendors have an inter-operable mechanism. For example, I am developing a WCF service and hosting in Azure successfully. After a pro-long time using Azure, can I ...
4
votes
3answers
91 views
Organizing Apex Classes under Namespace
Is there any way in Salesforce to group apex classes under a package or namespace? Can we use managed package for internal organization purpose?
4
votes
2answers
90 views
How to assignTo a setter in Salesforce that requires an index parameter, such as a List<>?
In a controller I have two values:
public List<String> StringValue {get; set;}
public List<String> ListValue {get; set;}
The ListValue is initialized in the constructor and several ...
4
votes
4answers
2k views
Which cloud database back end should I use for my Android app?
I'm designing a service that will comprise a cloud-based database (with a UI for us to manage the data), and then a mobile app for end-users that displays the data to people who want it (primarily ...
4
votes
2answers
524 views
Linq to Salesforce “SQL” provider
So, I have this new project. My company uses the SalesForce.com cloud to store information about day-to-day operations. My job is to write a new application that will, among other things, more ...
4
votes
3answers
986 views
What makes it a PaaS not SaaS - or examples
I found some questions here on how to create a SaaS. This much is easy, but what I don't understand is what makes an application a PaaS and not a SaaS. What lines does an application cross before we ...
4
votes
1answer
291 views
.NET MVC and SalesForce drop down list issue
I built a form in sales force and
added it to my site. The whole goal
of this is that the form on my site
submits to sales force.
I want to
add server-side validation to my
form like I have on ...
4
votes
1answer
774 views
Does salesforce.com have a timezone field that is DST aware?
I am mailing out reminders to potential customers and the time is getting converted to our servers timezone EST (I think it is currently using EDT though as appropriate). I need to store the timezone ...
4
votes
6answers
539 views
Simple but Customizable CRM?
I'm trying to find a good Church Management System (ChMS). Essentially, a CRM for churches. My budget is about $0...so open source or in-house development is preferred (and by in-house, I mean me). ...
4
votes
6answers
3k views
VisualForce: convert carriage returns to html line-breaks in a long text field
In Salesforce, if I'm binding a text field into a VisualForce page, whats a good way to convert the carriage returns in the text-field into HTML <br/> tags?
e.g. starting from something like ...
4
votes
4answers
2k views
Querying over 1,000,000 records using salesforce Java API and looking for best approach
I am developing a Java application which will query tables which may hold over 1,000,000 records. I have tried everything I could to be as efficient as possible but I am only able to achieve on avg. ...
4
votes
4answers
7k views
Accessing Salesforce Webservice API using C#
I havent worked with that Salesforce API before, so I am a bit stuck on how to connect to the salesforce service.
So far I understood that I have to generate a wsdl file for my account or rather the ...
4
votes
5answers
2k views
How do I detect the environment in Salesforce?
I am integrating our back end systems with Salesforce using the web services. I have production and stage environments running on different URLs. I need to be able to have the endpoint of the web ...
3
votes
0answers
48 views
Does anyone have an XML namespace for Salesforce's APEX?
I'm trying to use xmllint to reformat our VisualForce code. My command line is "xmllint --format --recover filename.page".
Though the formatting (especially script sections) work out well, all the ...
3
votes
1answer
55 views
Which component types does the salesforce.com Metadata API *not* support?
I'm looking for a list of component types that the salesforce.com Metadata API does not support. As an example, I don't believe it supports assignment rules.
Someone at salesforce published a list a ...
3
votes
2answers
62 views
How do I send a request using the PATCH method for a Salesforce update?
I'm using the Play framework to build a web app which integrates with Salesforce via their REST API. In order to send an upsert command to their interface, it seems as if I must use the PATCH method ...
3
votes
1answer
77 views
how to stop response or data downloading from salesforce in iphone
I have database on salesforce site. I have used zksforce api to interact from iphone application.
Problem:
1. when we send request to salesforce i am displaying small loading screen which has small ...
3
votes
2answers
156 views
Salesforce - query returns only 500 rows when more exist
First of all, I'm not the one developing this but I'm the one with the SO account. My SF knowledge is almost non-existent.
Basically, the problem is that a query is returning only 500 rows from our ...
3
votes
3answers
349 views
Writing a code formatting tool for a programming language
I'm looking into the feasibility of writing a code formatting tool for the Apex language, a Salesforce.com variation on Java, and perhams VisualForce, its tag based markup language.
I have no idea on ...
3
votes
3answers
353 views
Session Management in salesforce
We are trying to build one simple website using force.com sites.Here User logged into website and need to perform different actions by moving to different VF pages.
We are facing a Problem to ...
3
votes
1answer
372 views
element2.focus() fired after element1.onblur() not working in Fx/Chrome/Safari - Salesforce
Am on Salesforce (visualforce) and using a custom autocomplete javascript. My requirement is to trigger auto complete search on a text field element2 as soon as a selection is made from suggestions on ...
3
votes
1answer
410 views
Synchronize SalesForce calendar with Google Calendar
Does anyone know how to synchronize SalesForce calendar with Google Calendar without using 3rd party apps or services like Appirio?
Any guidance or links to websites would be appreciated, preferably ...
3
votes
2answers
545 views
Salesforce API 10 request limit
I read somewhere that the Salesforce API has a 10 request limit. If we write code to integrate with Salesforce:
1. What is the risk of this limit
2. How can we write code to negate this risk?
My ...
3
votes
1answer
490 views
SalesForce.com: Retrieve custom fields via PHP
I have a simple custom contact object (with API name Contact__c) that I've created in my SalesForce DE site that has a single field (for testing connectivity) of Full_Name__c.
I am then trying to ...
3
votes
2answers
319 views
Accessing EmailMessages relatedList in Visualforce page for Case
I'm trying to create a Visualforce page with a number of related lists. I'm trying to display the same related lists that I have on the standard layout page. OpenActivities, ActivityHistories, ...
3
votes
1answer
163 views
How do I create a new Profile Object in C# for the SalesForce API
I am attempting to create a new SalesForce Profile object through their API. The doc shows that the Profile object does have a create() method, but when I attempt to create a new Profile object I ...
3
votes
1answer
114 views
Salesforce security: Is it just marketing claim? [closed]
In their security statement you can read:
Salesforce.com utilizes some of the most advanced technology for Internet security available today.
When you read the rest of the article nothing ...
3
votes
1answer
1k views
How can I debug apex class in force.com eclipse ide?
How can I debug apex class in force.com eclipse IDE?
3
votes
1answer
351 views
Segmentation Fault error in PHP, using SOAP to connect to SalesForce
I'm integrating my software (PHP) with SalesForce, using the SalesForce PHP Toolkit.
So far, everything's worked great, but when I started writing the code to call convertLead(), I got a ...
3
votes
3answers
237 views
C#/Salesforce: Must Constrain Generic, Cannot Constrain Generic
This question is equal parts C# and Salesforce, there are probably solutions possible from either side. Suggestions welcome!
I'm writing a generic class to read Salesforce data. The signature looks ...
3
votes
1answer
501 views
Salesforce Production Site API login fine, but Sandbox API login fails
We've got a working salesforce api implementation that gets and sets properly with a production salesforce account. We've recently come across a user that rather than using their production ...
3
votes
3answers
390 views
SalesForce: Can it display an external page / can it post to another SF implementation
I've been asked to look at two requirements for SalesForce, but I'm struggling to find simple answers! I don't need to know HOW to do any of these things, just if it is possible and if its ...
3
votes
1answer
3k views
SOQL query with subquery
I'm having trouble getting the results I want from a Salesforce/Apex/SOQL query.
I want: A list of Contact objects containing only contacts who are CampaignMembers of a set of campaigns; and they ...
3
votes
3answers
4k views
Salesforce (VisualForce): How to test for no records returned in 'apex:repeat' statement?
I am trying to figure out how to test fields (included within a apex:repeat) to see if they are blank, or null, and if so display some alternate text (Ex: No records to display) in the table instead ...
3
votes
5answers
280 views
simplexml help how do I parse this?
I haven't done any xml projects, so I'm not quite sure what to do with this data...
I'm using curl to make a request to salesforce, and they give me back a response that I need to parse. I want to ...