Add data using expression syntax

Applies to User Roles:

System Administrator

To add data using expression syntax:

  1. Click System Administration > Base System Configuration > Scheduled Maintenance > Scheduled Maintenance Tasks..
    HPE Service Manager displays a blank Scheduled Maintenance form.
  2. Click Search.
  3. Click the selected task to view it in the Scheduled Maintenance Tasks form.
  4. Click the Details tab.
  5. In the text box labeled Use These Expressions to Fill the Task....., type expressions that set selected fields to new values. The Incident record, change request, or Request Fulfillment request are referred to as $L.file in these expressions. For example, to set the subcategory and priority code on incident records, add these two lines of expression code:
    subcategory in $L.file="application"
    priority.code in $L.file="4"
    where application is the name of the subcategory and 4 is the priority code.
  6. Click Save.