You need to sign in to do that
Don't have an account?
Hari G S
Formula Field
Hi,
I have created a custum formula field in Quote Line Item Object and the formula was Product2.Description. When i do check syntax it shows no error. But when i try to create a custom formula field in a custom object it shows an error Field Product2 does not exist. Check spelling. Why this is happenening? Please help.
Thanks and Regards,
Hari G S
your formula filed should be like this i thought.. Product__r.Description.. try this..
All Answers
you are trying to create cross object formula field .. do the custom object has the relation with procuct2 or not?
Hi Kiran,
Thanks for the reply. Could you please tell me how to relate my custom object to the Product object. I havent set any relation while creating my custom object.
Thanks& Regards
Hari G S
Create a lookup or master-detail relationship from the custom object to the Product object. Then you can create cross object formula field.
Hi,
In the Account object i have created a new custom lookup field and is related to Product object. When i again try to create a formula field with the formula Product2.Description it shows an error.
Thanks & Regards
Hari G S
your formula filed should be like this i thought.. Product__r.Description.. try this..
Thanks Kiran, its working. :)