• Cheerag Vijaya
  • NEWBIE
  • 5 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 13
    Questions
  • 5
    Replies
Hi ! I have  requirement . If I press a button, a new record should get created, if not existing with that 'Name'. If a record exists with that 'Name' , this should redirect to that old record wih the same 'Name'. 
Hi! I need to write a code using dynamic SOQL query that if I enter either an Account's Name or Phone or Website (any of the three) that Account should be displayed. 
I need to create a button in vf page through apex code so that all the details of account and its - contact, opportunity , activity details are replicated - so that an other account gets created with the same account, contact , opportunity , activity details.
For ex., I create an account and contacts and opportunity and activity for that account . By clicking a button  on vf page called - 'Clone' an other account should get created with the same contact, opp., activities. - 'A button for Replication'. It should be done clone method.
Hi I need to write a trigger to clone to create an other account with the same existing account details - it's corresponding contact, opportunity, activity details like creating duplicates(or replica)
Hi, I need to write a trigger by which whenever a Contact is created, an email must be sent to the mail-id we specify. In that mail there should be :
Contact Details : 1.First Name. 2.LastName, 3.Account , 4.Content Like : "Hi , an Acc. is created bla bla bla......"