<?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 Show an assessment as a popup on change request in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3166237#M2142</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement to show an assessment as a popup on change request, this has to be triggered after the Risk Assessment is completed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 03:09:30 GMT</pubDate>
    <dc:creator>Raghu Nampally1</dc:creator>
    <dc:date>2025-02-03T03:09:30Z</dc:date>
    <item>
      <title>Show an assessment as a popup on change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3166237#M2142</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement to show an assessment as a popup on change request, this has to be triggered after the Risk Assessment is completed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 03:09:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3166237#M2142</guid>
      <dc:creator>Raghu Nampally1</dc:creator>
      <dc:date>2025-02-03T03:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show an assessment as a popup on change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3166240#M2143</link>
      <description>&lt;P&gt;Hi Raghu ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use a Business Rule or Client Script to monitor the completion of the Risk Assessment. For example, check if a specific field (e.g., risk_assessment_status) is updated to "Completed."&lt;/P&gt;&lt;P&gt;//sample business rule code&lt;BR /&gt;if (current.risk_assessment_status == 'completed') {&lt;BR /&gt;gs.eventQueue('trigger_popup', current, gs.getUserID(), '');&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;//now create a UI action or clientscript for popup&lt;/P&gt;&lt;P&gt;//clientscript&lt;BR /&gt;if (g_form.getValue('risk_assessment_status') === 'completed') {&lt;BR /&gt;var dialog = new GlideModal('custom_popup');&lt;BR /&gt;dialog.setTitle('Complete Assessment');&lt;BR /&gt;dialog.render();&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&lt;SPAN&gt;If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 03:21:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3166240#M2143</guid>
      <dc:creator>rajeev17</dc:creator>
      <dc:date>2025-02-03T03:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Show an assessment as a popup on change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3166254#M2144</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/291602"&gt;@rajeev17&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate your response.&lt;/P&gt;&lt;P&gt;I want to show a separate assessment with set of questions as a popup like Risk Assessment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 04:29:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3166254#M2144</guid>
      <dc:creator>Raghu Nampally1</dc:creator>
      <dc:date>2025-02-03T04:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show an assessment as a popup on change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3166265#M2145</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/404003"&gt;@Raghu Nampally1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but why?&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 05:16:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3166265#M2145</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-02-03T05:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show an assessment as a popup on change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3167326#M2152</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/5239"&gt;@Ankur&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to implement, A custom assessment to show in a popup similar to Risk Assessment on change request.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 00:58:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/show-an-assessment-as-a-popup-on-change-request/m-p/3167326#M2152</guid>
      <dc:creator>Raghu Nampally1</dc:creator>
      <dc:date>2025-02-04T00:58:45Z</dc:date>
    </item>
  </channel>
</rss>

