Question: I’m attempting to insert a new entry into the Event table via code from
the Opportunity Detail screen in SalesLogix. I am able to insert the
record but I don’t see it on the SalesLogix calendar. While running
profiler I have scheduled an event that only shows in the insert event
table. I can’t find anything written to the activity, user_activity, or
any other table. Any suggestions?
Answer: The automatic refresh for the calendar
view is Application.BasicFunctions.
this within the Global Script System: Global Activity during the
appropriate event handler, it will redraw the Calendar with the latest
data.



