Set up work plans linked to task plan templates

  • Release version: Australia
  • Updated June 26, 2026
  • 1 minute to read
  • Configure work plans and associate it with task plan templates.

    Before you begin

    Role required: sn_fsm_planned_wm.planned_work_admin

    About this task

    When the conditions specified in the Planned Work Schedule Task Template are met, tasks, cases, or incidents are created based on the defined task plan templates.

    For example, to meet the monthly audit requirement of inspecting multiple stores of the same organization simultaneously, you should create individual planned work schedules for each audit. Link each schedule to a different task plan template. Include relevant conditions in each planned work schedule template to ensure the correct template is applied when generating tasks specific to each audit.

    Procedure

    1. Configure linking of output records with schedule occurrences.
      You can link output records with schedule occurrences by one of the following ways.
      • Create m2m table. For more information, see Create a many-to-many table relationship
      • Add reference fields on the output record tables pointing to the Schedule Occurrence (wm_plan_work_schedule_occurrence) table.
    2. Implement the sn_fsm_planned_wm.TaskPlanTemplateOutputTasks extension point to define the create, read, update, and delete operations on the output records.
    3. Manage state flows of output records and schedule occurrences.

      The state of schedule occurrences aren't updated automatically. You're required to update and handle the state of schedule occurrences based on the change in the state of output records.

    4. Create a work plan.
    5. Configure a work schedule.
    6. Associate task plan template to a work schedule.