Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, February 21, 2025 
 
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: Sending email from Opportunity in Web client
Steve Knowles
Posts: 657
Top 10 forum poster: 657 posts
 
Sending email from Opportunity in Web clientYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Mar 07 12:45 PM
fiogf49gjkf0d
When sending an email with write/email in the web client, then using the send SLX button a 'Complete Activity' dialog appears - but is not populated with the opportunity. I am trying to track down how to autofill this field (opportunity) when initialized from write/email on the opportunity.

I am having a dilly of a time tracking down where the screen is called from after 'Send SLX' button is pushed - or what exactly is happening when the write/email button is pushed. Does anyone have any intel on what is going on here and how I can get the opporutity to autopopulate along with the account and contact as it does now? Still searching.. thanks
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: Sending email from Opportunity in Web clientYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Mar 07 3:51 AM
fiogf49gjkf0d
I couldnt get it it to work either - I ended up putting a lookup field on the complete activity dialog so the user could select an opportunity..
[Reply][Quote]
Timmus Agersea
Posts: 328
 
Re: Sending email from Opportunity in Web clientYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Mar 07 12:05 PM
fiogf49gjkf0d
This may apply:

In SalesTopNav.js the following function is used when using the Write | Email menu area in the web client. It works if calling from the Contact screen but a mail merge from the Account or Opportunity will fail because of a case sensitivity issue. GetCurrentCAOID has a capital first letter.

function getMergeContactID() {
var conid;
if ((view == vw_conlist) || (view == vw_condet)) {
conid = top.GM.GetCurrentCAOID(0);
if (conid == '') {
conid = getContactIdFrom('', 'con');
}
} else if ((view == vw_acclist) || (view == vw_accdet)) {
conid = getContactIdFrom(top.GM.getCurrentCAOID(1), 'acc'); <--- defect here
} else if ((view == vw_opplist) || (view == vw_oppdet)) {
conid = getContactIdFrom(top.GM.getCurrentCAOID(2), 'opp'); <--- defect here
} else {
conid = getContactIdFrom('', 'con');
}
return conid;
}


Timmus
[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 © 2025 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): 2/21/2025 5:37:21 AM