• sunny.kapoor1306
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 16
    Questions
  • 33
    Replies

Can anyone tell me the proper difference b/w trigger.old and trigger.new with eg's?

 

I dont want the help n training explanation

I want a trigger:

where if the phone number starts with  011 it automatically takes delhi as a city
how can i achieve this? 

I have lookup relation in lead,so how to call that field in soql query

I have lookup relation in lead,so how to call that field in soql query

I want to show the task and corresponding leads for which the task is assigned in a page,how can i do this?

I want to show the open activity 'due date' column in the lead  view(where all leads are shown)

how can i do this?

I want to show the open activity 'due date' column in the lead  view(where all leads are shown)

how can i do this?

I have developed a page where all users are shown,field i have made is Selected user

Selected user is not working with custom fields but is working with standard fields

 

eg

I wrote Account_Owner__c=:selecteduser;

then its not showing the desired result

 

but when i use createdbyid=:selecteduser;

it shows the record