You need to sign in to do that
Don't have an account?

Populate To field in EmailAuthor page in custom object
Hi,
I am trying to populate TO field in Email author as Account Name in a Custom Object. But To field is populating as blank. Below is the code sample. Kindly Help!!!!
Regards,
Animesh
I am trying to populate TO field in Email author as Account Name in a Custom Object. But To field is populating as blank. Below is the code sample. Kindly Help!!!!
/***Account_1_Id__c(getting account id) is a formula field on Offer__c and Account is lookup in Offer__c*****/ ('/_ui/core/email/author/EmailAuthor?/p2_lkid={!Offer__c.Account_1_Id__c}&rtype=003&retURL=%2F{!Offer__c.Id}&p3_lkid={!Offer__c.Id}');
Regards,
Animesh
it worked for person account. however, as per standard i am using person contactid now. But here problem was with "/" before p2_lkid. After removing the same it starts working.