Top "Salesforce" questions

A Platform-as-a-Service development environment delivered on Salesforce.

How to open/close a modal in Salesforce Lightning App?

I saw this document about modals. But there is no guild-line for waking up a modal from button or anything …

salesforce salesforce-lightning
Want time delay before function call in apex code

I want time delay before function call in apex code. I already created one delay method but it is not …

salesforce apex-code
ANT error: failed to create task or type antlib:com.salesforce:deploy

I've started to play with the Force.com Migration Tool. I want to use it from an ANT build file. …

ant salesforce force.com
Android Custom URL Scheme Refuses To Work / How to Navigate Back to Android App After OAuth

edit, please see my 2nd answer below this question for a much more concise, and simple display of the problem …

android rest salesforce titanium appcelerator
Invalid foreign key relationship when I try to add a new custom object to an exsting lead

I have a Lead and a custom object called Social Account (API Name = Social_Account__c). I have set a …

salesforce foreign-key-relationship apex-code
Force.com: User vs Account vs Role vs Profile vs Owner

I'm starting out with force.com development, and I'm currently a little hazy about what the above terms all mean. …

salesforce force.com
python salesforce library to get salesforce data?

Is there a library or package which we can use with python to connect to salesforce and get data?

python salesforce
How to get just the system.debug output when executing code?

I wrote a simple program and want to see the output when I run the code. When I run it …

salesforce apex-code
Visualforce: How do I print the Current Date?

How do I print the current date on Visualforce? Stuff like Today(), System.now, doesn't work. Haven't been able to …

salesforce visualforce
Fire a update trigger when particular field is updated

How do I fire a before update trigger only one or some particular fields are updated and not fire when …

salesforce apex-code