Re-enable state flows

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • When service management state flows have been disabled, they cannot be re-enabled from the user interface.

    Por Que e Quando Desempenhar Esta Tarefa

    State flows can, however, be re-enabled by running a script for each service management application.

    Procedimento

    For each service management application, run the following script:
    var now_GR = new GlideRecord(‘sm_config’);
     gr.get(‘name’, ‘{YOUR_APP_NAME}’); //this can be looked up by navigating to 
     the sm_config list
     gr.use_sf = true;
     gr.update();