Related tags

Latest

Latest

Latest

More From Hit Consultant Media

Create a Trigger on Account which will set the ownership as “public”.

trigger AccountrTrigger on Account (before insert) { ...

Create a Trigger on Opportunity which will set the Opportunity type as “new customer”.

trigger Opportunitytrigger on Opportunity (before insert) {     if(Trigger.isBefore && Trigger.isInsert){         for(Opportunity...

Salesforce Interview Question Answers | Part 4

Question 1. When Do You Use A Before Vs....

How to Get Object Type from ID

Find Object Type from Record ID RecordID would be your...

Setup Visualforce Page As Tab

In this Salesforce Visualforce Tutorial we are going to...

ADVERTISMENT