A Platform-as-a-Service development environment delivered on Salesforce.
i have to send an email to a user in salesforce using email template.this template contain merge field type …
salesforce apex-codeI wrote one simple Visualforce page that let user upload an image file then save the file to ContentVersion object. …
image upload salesforce visualforce apex-codeI need help with the right VisualForce syntax to use "or" logic. The code I'm using is: <apex:page …
syntax salesforce visualforceI have a commandButton in a visualforce component. The expected behavior is that the controller method would be called. The …
salesforce apex-code visualforceI have added few custom validations using Configuration for an object. I am inserting that object record through visualforce page. …
salesforce apex-code visualforceI have not been able to get any reliable information about this issue online. But I think it must be …
salesforce apex-code force.comI've been following a tutorial from: http://wiki.developerforce.com/page/Accessing_Salesforce_Data_From_Ruby But, I'm stuck with …
ruby-on-rails salesforce databasedotcom-gemI want to get notified when a new lead is created in Salesforce. Is there something like webhook in Salesforce …
api salesforce webhooksThe problem is that I need to compare two fields of different types in a SOQL query. TextField is a …
type-conversion salesforce soqlI'm getting error "Error Error: AddIMRConroller Compile Error: Initial term of field expression must be a concrete SObject: LIST at …
salesforce apex-code