function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
LyleDLyleD 

Whats the best way to handle cases linked to opportunity

I have a Lookup Relationship field (Opportunity) in Cases to link the two together. There is lots of technical information that we need in order to troubleshoot the problem so I  would like to display that technical info from the opportunity in the cases. Whats the best way to do this?

 

Also question on Lookup Relationships, is it actually building a physical link with ID's from the one object to the other? Or is it just putting the opportunity name in there?

LyleDLyleD

Ops I ment to post this in General Development.. gahhh

sandeep@Salesforcesandeep@Salesforce

It is possible using a formula field if we have a field for technical field info in opportunity object. like if field is info__c then 

in Cases we can use opportunity.infor__c