6/20/2026 7:26:54 PM
|
| |
| 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!
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.
|
|
|
|
What is Refresh Data Action?
Posted: 22 Mar 10 7:47 AM
|
On the Web Client, I have a lookup control. I want to implement on the Web same funtionality as on LAN:
Sub OnPopupReturn() Post Form.Refresh End Sub
On the Web OnChangeAction I picked Refresh Data Action which says: "Refresh the data in the current form. Typically, this action is run when some data could possibly have been changed and might be different than what is visible to the user." but the form does not gets refreshed. I need to hit F5 on the browser to see updated data on the form (e.g. a textbox which is linked to the lookup value).
Is this a bug? Am I using this action correctly?
Thanks! |
|
|
|
Re: What is Refresh Data Action?
Posted: 24 Mar 10 6:46 AM
|
Refresh Data should certainly fire. I have it firing on a lookup. You could also make the lookup complete a code snippet or c# snippet onchange, just leave the code blank (thats all a refresh data does anyway). You can then look at the source of the deployed to ensure your OnWireEventHandlers are wired correctly.
Thanks, Nick |
|
|
|
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!
|
|
|
|
|
|
|
|