Question: I customized a tab in the Campaign module of SalesLogix but I have to
refresh the tab every time to execute a C# Snippet Action Item
(Obsolete). How can I fix this?
Answer: The C# Snippet postback should reload the tab, however, you can try the
Refresher.RefreshAll method or try calling the built-in Refresh() method
as well. This should be called when using a Dialog, but it may help on
a main content form.



