• Sumanta Biswas 11
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi Folks,
I have the below requirment:
Contact: First Name, Last Name, EmailIf we create same values in the above mentioned field, then give alert message on saving the record. It should say same type of record already exist and still should save the record.
 
Hi,
I need to write a trigger which has the below requirement.
  1. On any new Contact record insert, Check if Account is associated
  • If associated, then delete the Account and create Default Account as “LTI_Timestamp”(LTI_25012020:MM:SS)
  • If not associated, then create Default Account as “LTI_Timestamp”(LTI_25012020:MM:SS)
Thank you for your assistance.