Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi,
Very simple. You can create a formula field on Child object which will store the value of Parent record email.
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
Thank u for replying ....
I tried the same but couldnt find the email field from person account while creating a formula field in opportunity.
Thanku.
u cant do this with Formula field..
create a custom email field and update this field through apex class..
Account Do not have any standard Field of eamil so if u hava a custom fields as i have (email__c) just chage the Email__c in below mention formula with the api name of u r email field Account.Email__c
Hi Alagar
plz don't mind but can u explane why it is not possble throw formula fieldThanks
formula fields will not support email values...
It support following return types
currency,
date ,
number
,text
U can't edit formula field so u he don't need any validation of email field & he can use "text" to have the value in child
yes u can use text field to update an email value...it will efficient if u have the appropriate data type
Hi,
Very simple. You can create a formula field on Child object which will store the value of Parent record email.
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
Thank u for replying ....
I tried the same but couldnt find the email field from person account while creating a formula field in opportunity.
Thanku.
Hi,
u cant do this with Formula field..
create a custom email field and update this field through apex class..
Account Do not have any standard Field of eamil so if u hava a custom fields as i have (email__c) just chage the Email__c in below mention formula with the api name of u r email field
Account.Email__c
Hi Alagar
plz don't mind but can u explane why it is not possble throw formula field
Thanks
formula fields will not support email values...
It support following return types
currency,
date ,
number
,text
U can't edit formula field so u he don't need any validation of email field & he can use "text" to have the value in child
yes u can use text field to update an email value...it will efficient if u have the appropriate data type