Question: I’m using SalesLogix v6.2.4 and when I right-click on a certain tab I
can copy a record to a table that is being used in a different tab. I
would like to refresh the 2nd tab using the When Record Added event as
it is often pinned to the middle pane and the users expect to see it
when a record is copied. Can I do this?
Answer: Just include the script System:SLX_Common and call RefreshTabMiddleViews(PluginName, ControlName).




I was wondering if this is the same for web. I update totals through a grid, but the textboxes on the same smartpart quickform, which is a tab, do not refresh when the grid does.
Hi Xena,
It wouldn’t be the same since there is no SLX_Common script in the web client. Without knowing exactly what you are trying to do, I’d guess you’d have to do some sort of update in the Events of the entity being updated in the grid, if the textboxes are some sort of total or summary of whats in the grid.
-Jason