salesforce

Salesforce: Fire a SOAP Outbound Message using Apex

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 it so that a similar Outbound Message is also sent when the objects are deleted. According to this discussion, Workflow Rules cannot be made to fire based on object deletions, s...

How to log into a salesforce.com sandbox?

I took over a Rails app and am trying to get the Salesforce.com API credentials set up for my user account. I'm set as a system admin with "Developer Mode" on (though I have no clue what that does, I just saw it set on the previous account.) We have a sandbox. I click the login link on it, enter my sandbox username ([email protected]...

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 use simplexml. Here's part of the response: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="urn:partner...

What happens after you reach the Salesforce daily Email limit?

In Salesforce you can set up various workflow processes or build API apps that send email. For most standard Salesforce orgs, there is a limit of 1000 emails per day. (e.g. see here) I can't find any info on what happens after you reach the limit. e.g. what sort of errors occur, and are administrators automatically notified? ...

TortoiseSVN issue tracker plugin built - but not implemented

Hello, I've read all the info of how to build an issue tracker plug-in in C# for TortoiseSVN. I done that, building a class library with integration to my issue tracking (SalesForce). I don't know how to install it to TortoiseSVN itself. I've created a setup for the solution and I can install it (like JIRA solution that I found onlin...

Alternatives to Force and Zoho Creator?

I'm wondering what sorts of application development platforms of a SaaS nature are available other than Force and Zoho? ...

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 for the potential customer and translate the time into their current timezone. I can store the offset but I am worried about daylight sav...

Visual force help,add ,edit and delete

hi folks, i have an app in salesforce..but i need a standalone webpage ..so i imported the objects created ..please coulde you give the codes for this three buttons... add edit delete ...

How can my application submit salesforce case with custom fields?

I have an application that submits bugs for multiple customers to multiple destinations. I would like this application to include salesforce as a destination. I have web reference to the Enterprise WSDL and I am able to create cases for salesforce. This works great until I want to include user defined custom fields as part of the case. T...

import data from the objects created in salesforce

Hi All, I have created an app in salesforce platform, i have some primitive records in that, i need to import them in visual force. For example,if we create a record in Account in Salesforce,,, like charles,Jennifer,Tom and all i need to import them in visualforce and do things which i can do in salesforce..please help me out with t...

Integrate SalesForce with IntelliJ IDEA via SVN

Is it possible to integrate Issue tracking provider such as SalesForce with IntelliJ IDEA? A user will able to get a list of open issues from SalesForce with IntelliJ ? thanks. ...

WCF Emulate the Salesforce.com login service

How would I accomplish what Salesforce.com does for logging in with WCF? I would like to have an authentication service that returns a token on a correct login. Then, each set of service calls would pass the token back. I don't want to pass the token on each method call. What is throwing me is how the session header is part of the bindi...

Using SalesForce's Web Service to create and set the type of a Task

I am successfully creating a Task using the SalesForce API SOAP API through Java. However, my problem is that I can't seem to set the Type of it. They all default to "Call" but I really want them to be "Email". Can someone point me in the direction of where I can do this? I think it is to do with RecordTypeMapping, but i am somewhat...

Using Salesforce WSDL in iPhone app

Hi I've just started using Salesforce and would like to use the Salesforce API in my iPhone app to submit data from the app to the instance. I generated the WSDL and know the XML field names which I have to send in the SOAP payload. But I haven't been able to figure out how exactly to send the request. I generated the SOAP payload, se...

SOQL Query to fetch more than 2000 records

How to fetch more than 2000 records through SOQL .... Is there something query more ??? Plz help ...

How do I integrate Salesforce with Google Maps?

How do I integrate Salesforce with Google Maps? I'm just looking for information on how to... Search for contacts in Salesforce Plot those on a google map. ...

PHP send SOAP response early?

Well this is an old issue I've been dealing with and still no solution, so trying a new approach. How can I send th SOAP response early (Before script execution ends)? These issues are cause when the ACK file is not sent before 30 seconds as the process takes longer to complete then the allotted time. flush() not working, get this err...

develope a website using visulaforce

hi folks , I'm trying to develop a website using visual force with apex. but i'm unable., please guide me .. i'm unable to find the docs regarded with the visual force.. help me with the documents and websites regarding them !! please !! ...

Visualforce 'Conversion Error setting value' -- binding problem with selectCheckboxes

I am getting a 'Conversion error setting value' when I try to save a record in my controller extension. The page looks the way I would expect, but when I select one or more checkboxes, it gives my that error. I'm not seeing what the error is here. Thanks for the help. The page: <apex:pageBlockSectionItem > <ap...

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 gmail/google applications offer the same freedom on their platform . So far we found a firefox extension being "exactly" what we are looking for. Yo...