• Syed ishaq
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 5
    Replies

Requirment is : I need to send an email alert which should have a link to the Account.

I have created a email alert (email Template Type is Text) on a custom Object whose parent is Account. When the user clicks on the link in his mail, should take him to the account.

  My Code in email Template is:

             'The Account Message can be found on the Account here <a href = https://domain.com/' +CustomObject.Account__c + ' > CustomObject.Account__c </a>.

I trid this also

   'The Account Message can be found on the Account here <a href = https://domain.com/' +CustomObject.Account__r.Name + ' > CustomObject.Account__r.Name </a>.

  

 

My Problems is:  Account Name(CustomObject.Account__r.Name) is not displayed with the hyperLink.

 

can anyone help. Thanks in advance

 

i have promotion object as an related list in the campaign object.

i need to enter only 3 promotions for that campaign , if at all i am entering another promotion it chould throw an error

please suggest the way to do this...

thanks in advance
sfdcinap

Why Clone button is unavailable in Account object?