Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, September 28, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Client (Pre-7.2)
Forum to discuss using & developing the legacy SalesLogix Web Client (For versions 7.0 and earlier). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Client (Pre-7.2) | New ThreadView:  Search:  
 Author  Thread: View Source of window with no Right Click
Steve Knowles
Posts: 657
Top 10 forum poster: 657 posts
 
View Source of window with no Right ClickYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Jan 07 8:14 AM
fiogf49gjkf0d
I am trying to put a screen in to assign a contact role when adding a contact to the opp-contact grid in the web client (v7). I sucessfully did this when associating an opp to a contact in the contact-opp grid. But I can't for the life of me tell where the app is going after the contact is chosen. When the '+' button is clicked from the opp contact tab this is what is called (top.main_content.query.querydata.doAddCon(). I cannot locate what this is doing. It looks like it is pulling up the same screen that is used to search for contact ( searchcondgrp ) but I cannot verify this. Then I need to find out what that calls next to add the contact to the opportunity.

When this search screen comes up it is a popup, so no right click or IE menu options are available. I was wondering if there is a way to view the source of a window like this?

Thanks
Steve K.
[Reply][Quote]
Steve Knowles
Posts: 657
Top 10 forum poster: 657 posts
 
Re: View Source of window with no Right ClickYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Jan 07 3:35 PM
fiogf49gjkf0d
Got it. Used javascript. Here it is if interested:

In the webpage section add this javascript:

<script language="javascript">
function viewSource()
{
d=window.open();
d.document.open('text/plain').write(document.documentElement.outerHTML);
}
</script>

Then, anyplace in your add the following HTML

<input type=button value="View Source" onclick="viewSource()">


Simple but effective.
Steve K.
[Reply][Quote]
Kerry Shannon
Posts: 67
 
Re: View Source of window with no Right ClickYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 Jan 07 9:37 AM
fiogf49gjkf0d
I'm going to try that solution. I've had the same issue when viewing modal windows, especially in activities. I've had to put in alerts to see values and trace code. Thanks.


UPDATE:

Very easy solution to put into any modal template. THANKS!!
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: View Source of window with no Right ClickYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 31 Jan 07 2:56 AM
fiogf49gjkf0d
[removed]
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 9/28/2024 6:27:40 PM