salesforce « soap « Java Enterprise Q&A





1. In salesforce.com can you have multivalued attributes?    stackoverflow.com

I am developing a Novell Identity Manager driver for Salesforce.com, and am trying to understand the Salesforce.com platform better. I have had really good success to date. I can read pretty ...

2. Salesforce: Fire a SOAP Outbound Message using Apex    stackoverflow.com

I have an existing Workflow Rule that fires of a (SOAP) Outbound Message when a certain type of object is created or updated. That works fine. I want to extend ...

3. Salesforce.com Id attribute seems to have a 15 and 18 character value, whats the difference?    stackoverflow.com

When using the SOAP API to work with salesforce.com (SFDC) it seems that the primary key in the underlying database is Id. Well there seems to be two representations of ...

4. Salesforce upsert failing on an INVALID_FIELD error    stackoverflow.com

I'm using the standard Case object from Salesforce (we have some custom fields but that doesn't appear to be the problem). The Case has a linked subquery to its Comments, replicated ...

5. Updating Salesforce custom object from external application using SOAP call    stackoverflow.com

I am trying to call salesforce api to update Opportunity. I am successfully able to call Salesforce login API and get the session ID back..but when I try to update , ...

6. Is it possible to create a flex contact form that submits data to salesforce.com as a new lead?    stackoverflow.com

Salesforce.com has their own web-to-lead form that can be used to send leads from a website contact form. But I want to submit leads from a contact form inside a flex ...