Note

 

This documentation supports the 20.15.01 version of BMC Remedyforce.

To view the latest version, select the version from the Product version menu.

Enabling field history tracking

When you enable field history tracking for required fields, you can track the change made in the field, the user who made the change, and the date, time, and type of change.

BMC recommends that you enable field history tracking for the following fields in the Incident, Task, Broadcast, Change Request, Release, and Problem objects. The following table lists the recommended fields.

Recommended fields

Incident

Task

Broadcasts

Change Request

Problem

Release

Due Date & Time

Due Date & Time

Category

Actual End Date

Closed Date

Due Date

Category

Category

Impact

Change Category

Due Date

Category

Client

Client

Priority

Change Type

Broadcast

Status

Impact

Impact

Status

Closed Date

Category

Impact

Priority

Priority

Urgency

Category

Closed By

Urgency

Status

Status

Owner

Closed By

Impact

Priority

Urgency

Urgency

Record Update Count

Impact

Priority

Owner

Owner

Owner

Priority

Status

Release Coordinator

Record Update Count

Record Update Count

Status

Urgency

Actual Implementation Start

Urgency

Inactive

Actual Implementation End

Inactive

Known Error

Record Update Count

Owner

Owner

Scheduled End

Problem Source

Scheduled Start

Record Update Count

Record Update Count

By default, Salesforce allows you to track 20 fields on a form. BMC recommends that you always track the Record Update Count field. For all the fields of the object, this field helps you in tracking the user who makes the change and the time when the record is changed. To update the Record Update Count field, you must create a workflow on the <Module> History object. For more information, see


To enable field history tracking

  1. Click the Remedyforce Administration tab.
  2. On the Home page, click Manage Objects tile, and from the menu, select Create and Edit Objects.
  3. From the Object list, select Incident.
  4. Click Custom Fields and Relationships.
  5. In the Custom Fields & Relationships section, click Set History Tracking.
  6. In the Track old and new values section, select the required fields.
  7. Click Save.
  8. Repeat step 3 through step 7 for the following objects:
    • Task
    • Problem
    • Change Request
    • Release
    • Broadcast

Enabling tracking of actions performed on a record

To update the record history when an action is performed, you must configure and activate the following workflow. If you do not configure the workflow, the record is not updated with the modified time and user who modified the record when any actions, such as Email, Client Note, are performed on a record.

To enable tracking of actions performed on a record

  1. Click the Remedyforce Administration tab.
  2. On the Home page, click Manage Workflows and Other Processes tile, and from the menu, select Workflow Rules.
  3. Click New Rule.
  4. In the Step 1: Select Object section on the New Workflow Rule page, from the Object list, select Incident History.
  5. Click Next.
  6. In the Step 2: Configure Workflow Rule section, perform the following actions:
    1. In the Edit Rule section, enter a name in the Rule Name field.
    2. Enter a required description in the Description field.
  7. In the Evaluation Criteria section, for the Evaluate the rule when a record is field, select created.
  8. In the Rule Criteria section, from the Run this rule if the following list, select criteria are metand perform the following actions:
    1. From the Fields list, select Incident History: Incident#.
    2. From the Operator list, select not equal to.
    3. In the Value field, enter Null.
  9. Click Save & Next.
  10. In the Immediate Workflow Actions section, select New Field Updateand perform the following actions:
    1. Enter a Name and Unique Name.
    2. From the Field to Update list, select Incident and from the next list select Record Update Count.
    3. In the Specify New Field Value section, select Use a formula to set the new value and enter BMCServiceDesk__FKIncident__r.BMCServiceDesk__UpdateCount__c + 1 in the text field.
    4. Click Save.
  11. Activate this workflow rule.
  12. Repeat step 3 through step 12for the following objects:
    • Task History
    • Problem History
    • Change History
    • Release History
    • Broadcast History
Was this page helpful? Yes No Submitting... Thank you

Comments

  1. Salvador Imperial

    BMCServiceDesk__FKIncident__r. BMCServiceDesk UpdateCountc + 1

    Syntax is error

    Dec 16, 2019 07:10
    1. Sriraksha Deshpande

      Hi Salvador,

      The syntax has been corrected now.

      Regards, Sriraksha Deshpande

      Sep 08, 2020 03:24