About audit trails, attachments, and case narratives (V6.X) |
Many user forms include:
This topic describes user features available to V6.2 application users. For a developer's perspective on work item attachments, see Understanding work item attachments. For V5.X applications, see User portal basics — About work item history and attachments (V5X).
Click the audit trail button ( ) to open a separate window that comprises two tabs: Audit Details and Case Narrative.
Audit Details tab — History section
Each row contains a date and time, description, and the operator's full name. Dates and times on the history display are presented in the time zone indicated in the Time Zone field of your Operator ID data instance.
system
as the Operator IDsystem, on behalf of Name
. as the Operator ID.To see additional detail in a pop-up window, hold the mouse pointer over a row.
History information is cumulative and permanent; it cannot be changed. If the work item contains incorrect information, you can overwrite or replace it with correct information.
Click Export to Excel to export the history report lines to Microsoft Excel.
Audit Details — Attachments section (Basic View)
Expand the Attachments header to list the existing attachments to this case, or to review, edit, or delete existing attachments. The Basic View form allows users to enter Note, File, URL, or Content attachment types. The list is grouped by attachment categories; their associated attachments are arrayed beneath the category name.
Attachment categories
Attachment category rules can be used to define a user's privileges, attachment types, the work types, and other conditions that enables or restricts a user to view, edit (in a copy; the original is preserved), or delete an attachment.
You can apply case processing conditions to File and URL attachment categories on the Case Type rule form's Attachments tab. See Case Type rules - Completing the Attachments tab.
Categories can also be used to create attachment document versions. Assuming that the category's business purpose is clearly defined (invoice or expense report, for example), the user can open an attached document, save it locally, edit it, and then attach the new file (specifying the same attachment category as the original). This version appears in the attachment list in the array beneath the category name; the most recent attachment appears first. See How to use attachment categories.
Case and subcase attachments
By default, a case displays its own attachments. Users can also display subcase attachments. To display case and subcase attachments, the user selects All Subcase Attachments
in the view drop-down list.
The user cannot delete attachments when displaying them in All Subcase Attachments mode.
To add a note attachment, the user:
Attach a Note
.
Icon |
Result |
Bold the selected text using the <strong> HTML tag. |
|
Make the selected text italics. |
|
Make the selected text underscored. |
|
Change the font color of the selected text. Choose a color from the palette. |
|
Set the background color of the selected area. Choose a color from the palette. |
|
Indent, increase space at the beginning of the selected lines. |
|
Outdent, reduce space at the beginning of the selected lines. |
|
Convert the selected paragraphs to an unordered list (<ul> tag). |
|
Convert the selected paragraphs to an ordered list (<ol> tag). |
The standard flow action Work-.AttachANote provides a similar capability, without a pop-up window and without rich text editing.
The user can also use the Notes tab () on a user form for viewing and adding notes to a case. To add a note, the user:
To create a file attachment, the user:
Attach a File
. A pop-up dialog appears. Two methods are available for attaching a file: selecting an individual file, or dragging and dropping one or more files.The user can, within the same dialog, enter a file name and path, and drag and drop files .
The standard flow action Work-.AttachAFile provides a similar capability, without a pop-up dialog.
Choose the Edit Attachments
action Work-.EditCategorizedAttachments (when configured in a flow) to revise an existing file using workstation software such as Microsoft Word. The system retains both the original file and the updated file, with a higher version number.
A URL attachment links the work item to a web page or other object accessible with the HTTP protocol. To create a URL attachment, the user:
Attach a URL
.The standard local flow action Work-.AttachAUrl provides a similar capability, but without a pop-up window.
Appears if you select the option on the Application rule's Advanced tab. This option allows the user to browse and attach files located in CMIS repositories. The ones displayed in the pop-up window are obtained from Connect-CMIS rules that shown in the operator's profile .
To create a content attachment, the user:
Attach Content
.Audit Details tab — Attachments section (Advanced View)
Click Advanced View (at the bottom of the window) to enter any of the six attachment types. In addition to Note, File, and URl, and Content attachments, two other attachment types are available in the advanced view. Unlike the four Basic View types, these two attachment types each require that a PRPC ActiveX control be present on the user workstation.
To add a screen shot attachment, the user:
Attach a Screen Shot
to open the pop-up dialog.The standard local flow action Work-.AttachAScreenShot provides a similar capability, without a pop-up window.
This feature is sometimes called screen capture. The prScreenCapture
ActiveX control supports this capability. The attachments are instances of the Data-WorkAttach-ScreenShot class.
If the user's workstation includes a scanner, the user can create and attach a GIF or TIFF image scanned from a paper document using Pega Document Scanning.
To add a scanned document attachment, the user:
Create Scanned Document
to open the pop-up dialog.File
is set on the attachment.The standard local flow action Work-.pyCreateScannedDocument provides this capability. Attachments are instances of the Data-WorkAttach-ScanDocument class.
Customizing the history display
The standard harness Work-.HistoryandAttachments supports the standard display of history and attachments. You can override this rule for your applications, to change the layout, contents, or functions available. Alternatively, you can present the history section or attachments sections within a user form.
The standard section Work-.HistoryListView executes a standard list view rule History-.HistoryListView.ALL. To change the columns or presentation, override this list view rule in the History-ZZZZ class, where ZZZZ is the name of a class group or work type in your application. (Do not override the section unless you are making advanced changes; it is not auto-generated.)
Customizing the attachment display
The standard section Work-.Attachments supports the Add button to allow the user to add attachments (of four types for Basic View, or all six types for Advanced View. This section includes the standard section Work-.AttachmentListView (not auto-generated) which executes the standard list view Link-Attachment.AttachmentList.ALL. Although no fixed limit exists on the number of attachments that a work item may have, the standard list view displays a maximum of 100 attachments.
To customize the presentation, override the auto-generated sections or the list view rule. (Do not override the Work-.AttachmentListView section unless you are making advanced changes.)
This tab presents data from the History section on the Audit Details tab in a format that resembles a series of RSS feed notifications.
The tab displays rows, each of which records work object status changes (except agent actions) or attachments activities ( notes, files, URLs, and so on). By default, the most recent action appears at the top. The user can reverse the order by clicking the Showing newest on top link. Selecting the Show subcases checkbox displays subcase status changes and attachments. Each row contains:
You can customize the presentation in a copy of the Work-.pyCaseNarrative section.
attachment, attachment category, audit trail | |
About Attachment Category rules Understanding work item attachments About case type rules |