Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, June 28, 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: Changing Value through BusinessRule is not displayed
Sebastian Walter
Posts: 4
 
Changing Value through BusinessRule is not displayedYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Feb 12 3:43 AM
fiogf49gjkf0d

At the moment we have a problem. The code is like this for example:


 


opportunity.SalesResultEUR = opportunity.SalesResult / ExchangeRate;


 


so I'm sure that it was possible to call the BusinessRule through ChangeEvent and immediately see the new Value of the Property in the dedicated control on OpportunityDetails - wich is a custom smartpart btw. The same is happening if we try to do that trough a Codesnipped-Property or a calculated Field.

[Reply][Quote]
RJ Samp
Posts: 973
Top 10 forum poster: 973 posts
 
Re: Changing Value through BusinessRule is not displayedYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Feb 12 10:54 AM
fiogf49gjkf0d

So you're not looking to do this though a refresh on the server......


and you don't want to simply change the form control directly.....


txtSalesResultEUR.Text =


so you need to do some javascript or AJAX stuff?

[Reply][Quote]
NixDev
Posts: 98
 
Re: Changing Value through BusinessRule is not displayedYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Feb 12 7:52 AM
fiogf49gjkf0d

You probably need to invoke the refresher service in the UI to force an update in the form.


e.g.


 


 


IPanelRefreshService refresher = PageWorkItem.Services.Get<IPanelRefreshService>();


refresher.RefreshAll();


 

[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): 6/28/2025 10:13:43 AM