<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How do I establish State Flow for a new Custom Task table? in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547202#M118981</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Got it going by:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;creating some states for the custom table in sys_choice.&lt;/LI&gt;
&lt;LI&gt;creating a new table extending the Service Management Flow (sf_sm_flow) table&lt;/LI&gt;
&lt;LI&gt;populating the desired from and to states&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;using the UI action on the new flow table to create a client script to manage the states in the form&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Thu, 02 Jun 2022 06:58:08 GMT</pubDate>
    <dc:creator>John Kelly</dc:creator>
    <dc:date>2022-06-02T06:58:08Z</dc:date>
    <item>
      <title>How do I establish State Flow for a new Custom Task table?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547199#M118978</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have some custom apps that were developed using the Service Management Application Designer and had State Flow configured as part of that tool however the Designer has since been deprecated.&lt;/P&gt;
&lt;P&gt;How do I establish State Flow for a new custom task table (I see guidance for existing table state flows in the product docs but not for new custom tables).&lt;/P&gt;
&lt;P&gt;thanks for your help .. John&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 05:58:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547199#M118978</guid>
      <dc:creator>John Kelly</dc:creator>
      <dc:date>2022-06-02T05:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I establish State Flow for a new Custom Task table?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547200#M118979</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;With the scoped application processes tightly bound in place for their respective scoped apps, i doubt the functionalities are available for custom applications which reside on the Global level. Therefore you are not able to establish the functionality of the scoped app in your custom Global app.&lt;/P&gt;
&lt;P&gt;Please try reaching out to ServiceNow and see what they say, but i dont think this is possible. You will have to then derive something customized state flow functionality for your own custom app.&lt;/P&gt;
&lt;P&gt;Please mark helpful/correct if you are ok!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Saji&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 06:35:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547200#M118979</guid>
      <dc:creator>Sajilal</dc:creator>
      <dc:date>2022-06-02T06:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I establish State Flow for a new Custom Task table?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547201#M118980</link>
      <description>&lt;P&gt;Hi John Kelly&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Have you got a chance to look at this Product doc :&lt;A href="https://docs.servicenow.com/en-US/bundle/sandiego-servicenow-platform/page/administer/state-flows/task/t_CreateAStateFlow.html" target="_blank"&gt;https://docs.servicenow.com/en-US/bundle/sandiego-servicenow-platform/page/administer/state-flows/task/t_CreateAStateFlow.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Try with the above approach, if you can.&lt;/P&gt;
&lt;P&gt;Mark my answer &lt;SPAN style="background-color: #ffff00;"&gt;correct &amp;amp; Helpful,&lt;/SPAN&gt; if Applicable.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 06:57:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547201#M118980</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2022-06-02T06:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I establish State Flow for a new Custom Task table?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547202#M118981</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Got it going by:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;creating some states for the custom table in sys_choice.&lt;/LI&gt;
&lt;LI&gt;creating a new table extending the Service Management Flow (sf_sm_flow) table&lt;/LI&gt;
&lt;LI&gt;populating the desired from and to states&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;using the UI action on the new flow table to create a client script to manage the states in the form&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 02 Jun 2022 06:58:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547202#M118981</guid>
      <dc:creator>John Kelly</dc:creator>
      <dc:date>2022-06-02T06:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I establish State Flow for a new Custom Task table?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547203#M118982</link>
      <description>&lt;P&gt;Thanks Sandeep, yes I read the product doco and had a look on the community&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 06:59:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547203#M118982</guid>
      <dc:creator>John Kelly</dc:creator>
      <dc:date>2022-06-02T06:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I establish State Flow for a new Custom Task table?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547204#M118983</link>
      <description>&lt;P&gt;Hi Sajilal,&lt;/P&gt;
&lt;P&gt;I take your point that the scoped apps can't always get to the OOB functionality however in this case it seems ok. I have posted what seems to work for me.&lt;/P&gt;
&lt;P&gt;thanks .. John&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 07:01:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547204#M118983</guid>
      <dc:creator>John Kelly</dc:creator>
      <dc:date>2022-06-02T07:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I establish State Flow for a new Custom Task table?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547205#M118984</link>
      <description>&lt;P&gt;Yes customization is the only way.&lt;/P&gt;
&lt;P&gt;Please mark helpful/correct if you are ok!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Saji&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 08:13:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-do-i-establish-state-flow-for-a-new-custom-task-table/m-p/547205#M118984</guid>
      <dc:creator>Sajilal</dc:creator>
      <dc:date>2022-06-02T08:13:38Z</dc:date>
    </item>
  </channel>
</rss>

