Workaround posted

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • This example demonstrates a table notification that generates an automatic message on Live Feed whenever a workaround is added to an open problem.

    • Table: Problem [problem]
    • Active: Select the check box.
    • Update: Select the check box.
    • Post to Live Feed: Select the check box.
    • Conditions: [State] [is] [Open]
    • Description: Workaround Posted
    • Message:
      ${sys_updated_by} posted a workaround for ${URI}.
      Short description: ${short_description}
    • Before script:
      // only post to Live Feed when the Workaround field changes
      answer  = changedFields. contains ( "work_around" ) ;
      Figure 1. Example workaround message
      Workaround posted example