A Platform-as-a-Service development environment delivered on Salesforce.
I am attempting to retrieve the owner of a case, based on a partial match, where we choose the most …
salesforce soqlIs it possible to put comments in SOQL? The Force.com explorer doesn't support basic operations like undo/redo and …
salesforce soqlI have a method in the controller public PageReference add() { insert technology; return null; } technology is a custom object .It …
testing salesforce apex-code visualforce force.comELK with salesforce URL:http://localhost:9200/>, :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: […
salesforce elastic-stackI have an issue where I need to find the top level parent account for a child. The best I've …
salesforce apex-code soqlCan I parse Multi-Level nested JSON structure in APEX Salesforce, like we do in Java with GSON and Jackson libraries? { "…
salesforce apex-code apexI'm struggling with a query, I want to select all Branches, and 'join' Companies (of type Account) with again the …
salesforce soqlI need to change the breadcrum on my VF Page based on a condition. Login is: If value is 'A' …
salesforce visualforce apexI need to gather information about what picklist values are available for every record type. I know this can be …
salesforce apexHow to put field validation on ui:inputtext in JavaScript using lightning component? Below is my html code: <ui:…
salesforce salesforce-service-cloud salesforce-chatter sfdc-metadata-api