Change the fields displayed in a Calendar reportIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Description By default the fields displayed in a calendar report based on most record types (such as Incident) are preset to be the Number field and the Short Description field. However, this behavior can be changed and the fields that are displayed in these reports can be changed or additional fields added. This Knowledge Base article will describe the steps that can be followed to modify these fields that might be displayed in a calendar report. Procedure Any modifications to this field is performed at the base table (or tables of the report source). Thus, to modify the fields that would be displayed in a Calendar report based on the Incident table, the changes would be performed on the Incident table. In the following steps, the examples will assume the Incident table, but the same steps can actually be performed on any table to modify the fields displayed from that table on a Calendar report based on that table. To begin, log into the instance with an account having admin rights to that instance. Browse to the following location on the instance: System Definition -> Dictionary. A list of Dictionary records will appear. Filter the list to locate the Dictionary record for which the Table column is the name of the table you want to modify (i.e. incident) these settings for and that has a Type of Collection. Open this record for editing by clicking the Information icon to the left of that column in the list. Ensure the record is opened in Advanced view. If the record is not already in Advanced view, click the Advanced view related link to display the record in this Advanced view. Review the Attributes field to ensure there is not already an attribute found in the list titled calendar_elements. By default this attribute will not be found as associated to any table, but the attribute could have been added previously in order to modify the fields displayed in a calendar report. If the attribute is already found in the attributes field, you can modify this attribute as necessary to include the fields that should appear as part of the display in the calendar report, however if the attribute is not already found in the attributes field, the attribute will need to be added. To add the attribute, add the following text to the end of the current text which is already found in the Attributes field: ,calendar_elements=<Field_Names> Replace <Field_Names> with a semicolon (;) delimited list of the field names you want to display on any calendar reports that use this table as a source (for example calendar_elements=number;category;state). Note that if the Attributes field has no other attributes specified, the leading comma should be omitted in adding the attribute. Click the Update button to save the changes. After making this change, and upon viewing that same calendar report, it will be noted that the specified fields will appear in the display. Additional Information An important point which must be remembered is that if the calendar_elements attribute is not specified for a specific table (which is the default behavior for an out-of-box instance), the system will use the system level defaults of number and short_description. However, if the calendar_elements attribute is specified for a particular table, the system will only use the attributes which are specified with the attribute. Thus, if the number or short_description field should be included, they would need to be included with the calendar_elements list to ensure they are also included. To revert back to the system level behavior, the entire calendar_elements attribute can also be removed from the dictionary record.