Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, July 1, 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: 7.5.2 Display Error message from Activities Dialog
Howard Towner
Posts: 6
 
7.5.2 Display Error message from Activities DialogYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Dec 09 10:38 AM
Hi

I've added some validation within the activity dialog which if it fails gives a message box telling the user there is a problem they need to rectify. Before Service Pack 2 this threw a validationexception which displayed a message. After SP2 the effect this has is to push the error message into the errors box in the bottom left corner of IE.

I've also tried to put the message in a dialogService.ShowMessage, without success. The message box is not being displayed, is this due to the activities control being a dialog itself.

Any ideas on how I would be able to display a message to the user from within this dialog box.

Thanks
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: 7.5.2 Display Error message from Activities DialogYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Dec 09 10:18 AM
If this is occurring in a C# Snippet then you can use the Extjs library that is already a part of the system. You'd need to do something like this to show the message:

ScriptManager.RegisterClientScriptBlock(this.Page, GetType(), "DisplayMessage",
"Ext.MessageBox.alert('Test Message', 'This is a test message in a message box!', null);",
true);


That would display a message to the user. Of course, you need to be able to access the ScriptManager which means this is on the page itself (so will work from a C# Snippet but not a Code Snippet as is above).

-Ryan
[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): 7/1/2025 8:02:33 AM