A Platform-as-a-Service development environment delivered on Salesforce.
Is there a way to fetch a list of all fields in a table in Salesforce? DESCRIBE myTable doesn't work, …
salesforce soqlNew to apex and have a question about writing triggers. Essentially, I'm trying to create a trigger that updates a …
triggers salesforce custom-objectBasically, I need a single SOQL query, executable using the web service API, that will return all NoteAndAttachment items that …
.net web-services salesforce soqlI'm stuck with a Lightning component that doesn't render. I get a strange error immediately: This page has an error. …
salesforce sfdc aura.jsI would like to know the parameters for the invoke method used by Salesforce to invoke remote web services. I …
api salesforce calloutsI have a Visualforce page where I'd like to display a count of the number of records in a particular …
salesforce apex-code visualforce soqlI have written a Base controller that I want to use to manage data pagination on sever controllers. I have …
salesforce apex-code visualforceI have created a DataBase.Batchable class in which I am inserting a custom object named Event__c public class …
salesforce apex-code soqlIn my app I display a list of the current users. I request it like this: Attempt 1 List<User&…
salesforce apex-code soql salesforce-chatterIs there a way to validate a Salesforce ID, maybe using RegEx? They are normally 15 chars or 18 chars but do …
regex salesforce