In the calendar views there is a Filtering - Summarize function. I would like to mimic this programmatically so users don’t have to do it manually.
In R7 I was able to write a script using keybd_event to trigger View - Show - Summary from the top menu. (Alt-V-S-M) But in R8.5 that menu is no longer available. Is it still in R8.5 somewhere?
Note that this is not the regular Calendar view in the mail template. But it is a copy of that view that was mildly customized. For R7 users it still has View-Show-Summary, but under R8 it doesn’t. Something is changing the menu options depending on the view that is opened.
If we can’t find the View Show Summary then I need to come up with another way to toggle the Summary option.
I found this code in the view column formulas:
@GetViewInfo([IsCalendarSummarized])
But I can’t figure out how to set the value. @SetViewInfo doesn’t seem to work with this.
Any ideas?
Thanks, Eric