Category Archives: Visualforce Pages

All Contact Names Update using Batch Apex in salesforce

Hi guys, here we are going to explain how to update all contact last name records with lastname +’salesforcecodes’. Apex Class To check the output, call the apex class in debug Anonymous window. on the top ==> debug || debug Anonymous window call the class as shown in below image. Share this…WhatsappFacebookEmail

Auto populate related lookup fields when one lookup field is selected in visualforce page

Hi,here we implemented lookup binding scenario. Project object having three lookup objects (Class,Student,Teacher). Individually, Class object having Student lookup and Student object having Teacher lookup. Here in Project object we have 3 lookups, if Class lookup field is selected then auto populate Student and Teacher lookup fields. In Project object, if Student lookup field is… Read More »

Display Installed packages version number and Publisher details in Visualforce page salesforce

Hi, here we are going to learn about how to display Installed Packages details in visualforce page Apex Class: VisualForce Page: Output: Note: Click the “Show Installed Packages” button then popup window will show installed packages details. Share this…WhatsappFacebookEmail