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
Pat WimsattPat Wimsatt 

Possibly an iFrame?

Hi,  I know what I want to do but not sure how to get there.  We of course have an Opportunity Object OOB in Salesforce.  We also have a related Object we call LaneDetails that displays where a shipment is originating and ending.   It's a one to many relationship.   When a user creates a new Opportunity, let's say from Chicago to New Orleans,  I want a "pop-up" window or iFrame to display other LaneDetails that went from Chicago to New Orleans so the user has a concept of how we priced the trip before.   How would I do that?  Use a Visual Source page with a DataTable?  How would I trigger it to open and display?  Any help is appreciated. 
 
Best Answer chosen by Pat Wimsatt
ShirishaShirisha (Salesforce Developers) 
Hi Pat,

Greetings!

You need to use the custom code to create the popup message and you can find the sample code in the below thread:

https://developer.salesforce.com/forums/?id=906F00000008yBMIAY

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri

All Answers

ShirishaShirisha (Salesforce Developers) 
Hi Pat,

Greetings!

You need to use the custom code to create the popup message and you can find the sample code in the below thread:

https://developer.salesforce.com/forums/?id=906F00000008yBMIAY

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri
This was selected as the best answer
Pat WimsattPat Wimsatt
Thanks Shirisha but the who Salesforce Dev environment is new to me.  I am coming from a Dynamics CRM background and don't understand what your suggested thread is doing.  Can I ask you please further explain?