Field Service Start Date Examples

The following examples show how the Field Service Start Date field affects the Program pattern and the first Case date in different scenarios. For information about the underlying field behavior, see What the Program Feature Automatically Sets or Controls.

Here's the configuration snippet for Example 3:

          ,{
            "//": "PM Six Monthly",
            "project": [46],
            "interval": 12,
            "case": {
               "type": 27,
               "details": "${project.comments}",
               "assigned": 5
            }
         },{
            "//": "PM Six Monthly",
            "project": [46],
            "interval": 12,
            "offset": 6,
            "case": {
               "type": 28,
               "details": "${project.comments}",
               "assigned": 5
            }
         } 

        

In Example 3, Case Type 27 is Minor and 28 is Major, so the minor case is created first. The offset of 6 is what shifts the second Case Type by six months. The interval of 12 means each type repeats every twelve months.

Example 4 - For a six-monthly alternating minor-major maintenance pattern with Start Date of January 1 and Field Service Start Date of December 10, the Program logic shifts so that the first Case created is a major case rather than a minor case.

Related Topics

General Notices