Question: I need help figuring out what code I need to use to refresh
SalesLogix. Some problems I’m running into is that when I insert a new
ticket the Ticket list will open, not the Ticket Detail View. Or, if
one of our customized Groups is open the ticket that was created doesn’t
show up. The only way that it will is if I navigate to a different
group or if I manually refresh. Do you happen to know what code I can
use to refresh SalesLogix?
Answer: You can invoke menu functions, such as the Refresh commands, using DoInvoke. Like this:
Application.BasicFunctions.DoInvoke “Function”, “View:Refresh”
‘or
Application.BasicFunctions.



