Adding safety check in the Work Order Operation dialog

Before proceeding with the steps, ensure to enable Allow remarks to be entered against safety checklist lines feature in MFS and Update M3 in M3 Mobility Core Tenant Toolbox.

  1. Using the M3 Mobility Core Web Toolbox, select System configuration > Dialog design.
  2. In the Work Order Operation dialog, add a new dialog group and specify Safety Inspection Tasks as the dialog group name.
  3. Expand Misc. controls and select Editable Filter Control.
  4. Add a filter group and user defined to Editable Filter Control. Specify this information:
    Filter Group Name
    Specify (MFS-MAI) WO Operation - Safety Inspection Lines.
    User Defined
    Specify MFS@EditFilterList= {"Col":["ServiceAssignmentElementValue.ReportedValue","ServiceAssignmentElementValue.Remark"],"ReadOnlyRightColumn": "ServiceAssignmentElementValue.UnitCODE"}.
  5. Add triggers for the new dialog group.
    Triggers
    • Event: onload
    • Operator: or
    Conditions
    • Column: ServiceAssignmentElement.Status

    • Operator: equal

    • Value: 210

    • Column: ServiceAssignmentElement.Status

    • Operator: isnull

    • Value: no value

    • Column: ServiceAssignmentElement.Status

    • Operator: equal

    • Value: 0

    Setter
    • Type: group

    • Name: Safety Inspection Lines

    • True action: hide

    • False action: show

  6. Close the dialog.