Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Sunday, February 23, 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 Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: Opportunity Status problems
Alex
Posts: 5
 
Opportunity Status problemsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Jul 08 1:29 PM
Has anyone ever changed the default opportunity status english values for any other language?

I have to set them to portuguese but unfortunately after translate the values contained into picklist Opportunity Status it doesn't pop up the ClosedLost/ClosedWon SmartPart as usual. I've been trying to check if there is some code behind StatusChangeLost/StatusChangeWon methods but no success yet.

Any ideas?

Thanks
[Reply][Quote]
Vince Schneider
Posts: 9
 
Re: Opportunity Status problemsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Jul 08 9:50 AM
Look at the pklStatusPopupReturn sub in the System:Opportunity Detail form. The logic uses the txt value of the pklStatus pick list to trigger the opportunity close logic.

I don't know much about localization as we only use english, but my guess is you will need to add portugese entries for "Closed - Won" and "Closed - Lost" to the dictionary.



If pklStatus.Text = Application.Translator.Localize("Closed - Won") Then 'DNL
CallCloseOpportunityView(Application.Translator.Localize("Closed - Won")) 'DNL
Application.BasicFunctions.GlobalInfoSet "CurrentOpportunityClosed", "T" 'DNL
ElseIf pklStatus.Text = Application.Translator.Localize("Closed - Lost") Then 'DNL
CallCloseOpportunityView(Application.Translator.Localize("Closed - Lost")) 'DNL
Application.BasicFunctions.GlobalInfoSet "CurrentOpportunityClosed", "T" 'DNL
Else
[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/23/2025 5:23:22 PM