A Platform-as-a-Service development environment delivered on Salesforce.
Usually, when a trigger runs, we check what kind of a profile the user has, and if it's the kind …
triggers salesforce apex-code dmlI've been struggling with the deployment of our force.com application code that has, up to now, been developed in …
salesforce force.comI'm trying to use the salesforce-python-toolkit to make web services calls to the Salesforce API, however I'm having trouble getting …
python salesforce sudsGetting the error in line " taskObj.OwnerId = ConMap.get(ben.contact__c).contact__r.OwnerId;" becasue the ownerid field is …
salesforce apex apex-triggerI have JSON string that has nested objects with dynamic names that vary each time. For an instance: { "Objects": { "dynamicName1": { "…
json salesforce apex-codeI have created a custom settings object with two fields. I have also created a Apex controller , and a Visual …
salesforce apex-code visualforceI want to display the apex:column header in 2 lines. I have column with the header as "Distributed Total" I …
salesforce apex-code visualforceI have an abstract class in apex with several properties that I would like to override in a child class. …
properties salesforce apex-codeI am trying to use Standard Date picker using below component but however I want to display custom error message …
salesforce salesforce-lightning lightningI'm trying to add a if-Statement to my E-Mailtemplate (Type: HTML). I used the following code: {!if(Lead.LastName="", "1", "2")} My …
salesforce email-templates