salesforce

Jangomail Integration with Salesforce

Has anyone used or uses this feature? I've been using the free trial of Centerprise recommended to me which works really well in building specific contact lists I want from Salesforce imported into Jangomail. Is it worth looking into Jangomail's integration with Salesforce because I haven't had the time to figure it out. I might have ...

Salesforce Lead Tracking integration with Contact forms on Wordpress

I have raised this question on the WP Answers as well. But since this uses Salesforce too, wasn't sure if I'd get a response there. I am using Contact Form 7 on my website and would like to integrate Salesforce lead tracking with it. I was able to add a hidden field with my oid as suggested on this site But when I submit the contact f...

Costs for setting up data integration tool for Salesforce

I'm writing a report and thought you guys could help by providing me with the costs of company support in setting up and training a client on a data integrator for Salesforce. E.g., if someone wants to use Salesforce, but first needs a tool to consolidate and transfer data from back office systems to Salesforce how much would that suppor...

Adobe Salesforce problem changing Id to Name

Hi I am having a problem converting for example the AccountId field in Contacts to the Account Name from the Account Object. I have tried the following query: select Name, Account.Name from Contact But when I look at the Console when I debug the application I see that this has been converted to select Salutation, FirstName, ...

Recommend web-based data report sites?

For several years now, I've built up a more-or-less reliable system of emailing static PDFs and Excel files to our non-technical clients. I'd like to upgrade this process to 2010 technology, preferrably in the form of a website than can both act as a file-server for these reports as well as present the data in html. After some asking a...

Unable to find "Opportunity" class in SFDC (SalesForce)

SalesForce Opportunity example at http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_opportunity.htm#topic-title uses "Opportunity" class to begin with. For some reason I'm not able to find this class (or any Standard SalesForce classes) in the classpath at all. I'm able to find others classes though e.g. "com.sf...

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 can start calling it a PaaS (platform as a service) and not just a SaaS (software as a service)? It seems like a small difference but I can'...

How does one deploy after building on force.com

I've been directed to force.com as an alternative to creating an application using PHP and MySQL. My question is about deployment. What happens after I build the application on force.com. If the application is based on their API, will I be able to serve this application from my own domain if I wanted? ...

choosing between salesforce & SAP carrier

Hello, I am a web developer and working with LAMP(PHP) stack for last six years.I want to move to some other technology/platform.Reasons could be , Learn new technology Working with larger/enterprise projects Money Get more opportunities(e.g. employers,locations) and so on... I have an opportunity to choose between salesfor...

Soap Client on Android to access Salesforce APIs

I want to develop a application on Android platform to connect to salesforce. From what i have found salesforce provides service API's which can be used to connect to salesforce servers by creating a Web service from the client side application. Salesforce developer site has examples of creating such a Web service by using Apache Axis ...

Help required in resolving problem with Webservice

Hi I am trying to login salesforce through a webservice on Android platform. But I am facing some problems. I am getting a "Socket Exception:Operation timed out" error. I am using the Ksoap2 soap cient ported for Android and WSDL details are from the Partner WSDL of my developer account at Salesforce.I have anabled the "api access".Also,...

Limit not working when testing Dynamic SOQL

I am running a Dynamic SOQL query in my apex test code, and the LIMIT clause is not working. It does however seem to work when using it in the production code. The Query is similar to below. I dynamically build up the where clause using some terms from a form. string query = 'SELECT name, billingstreet, billingpostalcode, phone '; qu...

Creating SFDC Opportunity using Partner WSDL

Is there a way to Create an Opportunity using Partner WSDL? The only examples I see online is creating using Enterprise WSDL but they are specific to an organization. Amongst Other links I have been referring to.. http://www.salesforce.com/us/developer/docs/api/Content/calls.htm http://www.salesforce.com/us/developer/docs/api/Content/sf...

JAXB Naming Collision Salesforce Integration

Hi, I'm attempting to integrate with Salesforce using MyEclipse. The wizard fails because of a naming collision on a complex type "DescribeLayout". I need to write a JAXB binding file to ensure that the two interfaces that are created by the xjc compiler are in different packages, but I have absolutely no idea how to do this. I do not ...

Create a contact on salesforce through Android

I am trying to use KSOAp on android to connect to salesforce. Right now I am able to connect and authenticate on the server. I can also get the contacts from salesforce. What I am trying now is to create a contact through my client application on Android.But unfortunately I am new to Webservices and Ksoap and I do not understand how to. ...

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 should have the data from that Campaign member easily accessible. (my eventual goal is a VF page with a list of all Contacts connected to any ...

SalesForce to emulate a google session login

Hey all, I'm pretty new to SalesForce and their Apex language. I've been reading some documentation and tried the integration between Google and SalesForce. I'm wondering is it possible to emulate an auth token from google to SalesForce? I'm trying to read a google spreadsheet and then fill up a SalesForce object automatically. The us...

Writing changes from editable datagrid back to local data store - Adobe Air/Flex

Hi I am using Adobe Air to get data from SalesForce, and present it in a datagrid. I am using a query to get the data, and then put it into an arraycollection that is bound to the datagrid, this works correctly and the data is displayed. I have made the datagrid editable, and I am able to change the values in the datagrid, but I canno...

ASP.Net MVC 2 authentication (login) best practices

Hi guys, I am developing an ASP.Net MVC 2 application as a composite application in SalesForce.com. For those not familiar with SalesForce.com it is a CRM platform on the internet. What the composite application is it simply is shown inside an iframe in a separate tab. So when the user logs in to salesforce.com that user sees a bunch of ...

Error while creating a new "OpportunityLineItemSchedule" using SFDC Partner API

When I try to create a new OpportunityLineItemSchedule I'm running into following error.. Error code: INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY Error message: insufficient access rights on cross-reference id Attached is the code snippet. Any help will be extremely useful. SObject[] rs = new SObject[1]; MessageElement[] specificRS...