Hi,
I have an Account entity and in the left navigation of this we have a Contact entity . What i want is to show some of the fields of Account entity in Contact entity in read only mode. We have this requirement on many occasion.
We have been achieving this by creating redundant fields and using javascript.What i want to know is that is there a way i can achieve this by not creating a field which would be a repetation of the one already present in Account Entity.Is there something
that CRM provides like a label or other where i could displat this value and not have to create a field.
Thanks in Advance,