• varun kumar 212
  • NEWBIE
  • 30 Points
  • Member since 2020

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
Hi,
I'd like to set up the email notification for email update in contact field. once existing email field has been update, Account owner of this related contact recieve email notification.
Hi,
I'd like to set up the email notification for email update in contact field. once existing email field has been update, Account owner of this related contact recieve email notification.
when the "Type" on Account is updated to Customer - Direct, it should create a case record with below details
Hi Folks,
Please help me out below schenario and what is the best way to do this one

Thanks!!


Account "AB Corp" with "Type" = Prospect
It has say 4 Contacts under it with below details:
C1 --> Mailing Country = India
C2 --> Mailing Country = US
C3 --> Mailing Country = India
C4 --> Mailing Country = Aus

Now, when the "Type" on Account is updated to Customer - Direct, it should create a case record with below details:
Case Name = 'Contact case creation'
Case Account = 'AB Corp'
Case Description = 
India: C1, C3
US: C2
Aus: C4record with below details
Hi Folfs,
Please help me out below schenario and what is the best way to do this one

Thanks!!


Account "AB Corp" with "Type" = Prospect
It has say 4 Contacts under it with below details:
C1 --> Mailing Country = India
C2 --> Mailing Country = US
C3 --> Mailing Country = India
C4 --> Mailing Country = Aus

Now, when the "Type" on Account is updated to Customer - Direct, it should create a case record with below details:
Case Name = 'Contact case creation'
Case Account = 'AB Corp'
Case Description = 
India: C1, C3
US: C2
Aus: C4
I have a apex code which imports the data and upload it into the system.
After the upload I want the success records to be downloaded in excel.