Tag Archives: extension

Salesforce API Fieldnames Chrome Browser Extension

Small extension to toggle between API field names and labels on salesforce detail pages. This tools saves tons of your time. https://chrome.google.com/webstore/detail/salesforce-api-fieldnames/oghajcjpbolpfoikoccffglngkphjgbo

Posted in Chrome, salesforce | Tagged , , , , , , , | Leave a comment

Salesforce. Using standard controller with extension to show employee phone book

Listing of EmployeePhoneBook page

Posted in controller, employee, extension, phonebook, salesforce, standard | Tagged , , , , , | 1 Comment

Salesforce controllers. Reminder before certifications.

Controllers can be: standard <apex:page standardController=”MyCustomObject__c”> </apex:page> custom <apex:page controller=”myController” extension <apex:page standardController=”Account” extensions=”myControllerExtension”> ___

Posted in certification, controller, Posts in English, salesforce | Tagged , , , , , | Leave a comment