Page 1 of 1

Changing what is shown in calendar views

PostPosted: Wed Jun 22, 2011 8:00 am
by rustyduncan
I would like to modify the content that is shown in the various calendar views. Currently the calendar shows the Time followed by the contents of the summary field.

eg - 8:00 am Going to Smith Location

I would like to modify this calculation to add another value into the display.

eg - 8:00 am JRD: Going to Smith Location

It looks like all this is set up in $$sc_ArrayContent but I cannot determine how to add this info.

Thanks very much for your help!

--> Rusty

Re: Changing what is shown in calendar views

PostPosted: Wed Jun 22, 2011 9:46 am
by JasonYoung
Hi Rusty,

You can determine what shows up as the event summary by mapping the appropriate field on the Source No 1 layout. By default we have it mapped to the field:

z_AlternateSummaryCalc

So you can either modify that calculation field to display what you want, or you can create your own calculation and change the field mapping on this layout.

Summary.png
Summary.png (119.94 KiB) Viewed 6815 times


hth,
Jason

Re: Changing what is shown in calendar views

PostPosted: Tue Jun 28, 2011 6:53 am
by rustyduncan
Thanks so much!!