April 2014 archive

SOQL query in javascript example

SOQL in javascript example

SOQL query in javascript example You can use SOQL in java-script on your VF pages or any kind of java-script that you write, like we can get it executed on click of a button or link present on your detail page of a record. Below is the simple example and you can use it and …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/soql-query-in-javascript-example/

Custom Visualforce Component example

Custom Visualforce Component example

Custom Visualforce Component example Custom visualforce components are very useful. In our projects, many times we develop codes which are required again and again. So instead of repeating same code again and again, we can create visualforce component. Then we can use visualforce component in every place where we need that particular piece of code. …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/custom-visualforce-component-example/