<?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 Send a Business Criticality Survey to the IT Application Owner of Each business application in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/send-a-business-criticality-survey-to-the-it-application-owner/m-p/3524767#M6663</link>
    <description>&lt;P&gt;Send a Business Criticality Assessment/Survey to the IT Application Owner from the table Business Application.&lt;/P&gt;&lt;P&gt;Initial send needs to be a bulk send to all Business Application IT Application Owners at the same time which meet the conditions.&amp;nbsp;&lt;BR /&gt;Conditions for Business Application - Status is "Implementing" or "In Production"&lt;BR /&gt;Ex: If an IT application owner has 10 business application, then he/she need to have single email with all business application names and survey links separately.&lt;BR /&gt;I already have the survey in place where i have given trigger condition, which will not send the bulk notifications for all the business applications in bulk.&lt;BR /&gt;1)Can someone know how we can trigger a survey in bulk and only once it should trigger and no repetition?&lt;BR /&gt;2)How can we include multiple business application names with sperate survey links in an email notification?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Apr 2026 12:18:44 GMT</pubDate>
    <dc:creator>Anuhya_691</dc:creator>
    <dc:date>2026-04-14T12:18:44Z</dc:date>
    <item>
      <title>Send a Business Criticality Survey to the IT Application Owner of Each business application</title>
      <link>https://www.servicenow.com/community/community-central-forum/send-a-business-criticality-survey-to-the-it-application-owner/m-p/3524767#M6663</link>
      <description>&lt;P&gt;Send a Business Criticality Assessment/Survey to the IT Application Owner from the table Business Application.&lt;/P&gt;&lt;P&gt;Initial send needs to be a bulk send to all Business Application IT Application Owners at the same time which meet the conditions.&amp;nbsp;&lt;BR /&gt;Conditions for Business Application - Status is "Implementing" or "In Production"&lt;BR /&gt;Ex: If an IT application owner has 10 business application, then he/she need to have single email with all business application names and survey links separately.&lt;BR /&gt;I already have the survey in place where i have given trigger condition, which will not send the bulk notifications for all the business applications in bulk.&lt;BR /&gt;1)Can someone know how we can trigger a survey in bulk and only once it should trigger and no repetition?&lt;BR /&gt;2)How can we include multiple business application names with sperate survey links in an email notification?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 12:18:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/send-a-business-criticality-survey-to-the-it-application-owner/m-p/3524767#M6663</guid>
      <dc:creator>Anuhya_691</dc:creator>
      <dc:date>2026-04-14T12:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Send a Business Criticality Survey to the IT Application Owner of Each business application</title>
      <link>https://www.servicenow.com/community/community-central-forum/send-a-business-criticality-survey-to-the-it-application-owner/m-p/3524811#M6665</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm triggering a ServiceNow survey using "SNC.AssessmentCreation().createAssessments()" from background script, but getting result: noquestions and no instance created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;var typeSysID = 'a95bdcb847dc831052706d1f316d437c';&lt;/P&gt;&lt;P&gt;var sourceRecordID = '57af7aec73d423002728660c4cf6a71c';&lt;/P&gt;&lt;P&gt;var userID = 'a83820b58f723300e7e16c7827bdeed2';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var result = new SNC.AssessmentCreation().createAssessments(typeSysID, sourceRecordID, userID);&lt;/P&gt;&lt;P&gt;gs.print('result: ' + result);&lt;BR /&gt;&lt;BR /&gt;I am working with this script.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 13:20:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/send-a-business-criticality-survey-to-the-it-application-owner/m-p/3524811#M6665</guid>
      <dc:creator>Anuhya_691</dc:creator>
      <dc:date>2026-04-14T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Send a Business Criticality Survey to the IT Application Owner of Each business application</title>
      <link>https://www.servicenow.com/community/community-central-forum/send-a-business-criticality-survey-to-the-it-application-owner/m-p/3524843#M6666</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/469100"&gt;@Anuhya_691&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the first post Reported on same issue,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check it :&amp;nbsp;&lt;A href="https://www.servicenow.com/community/servicenow-ai-platform-forum/var-a-new-snc-assessmentcreation-createassessments-inputs/m-p/1198001" target="_self"&gt;-var a=new SNC.AssessmentCreation().createAssessments(inputs.quizsisid,'',inputs.usersysid); returns NO QUESTIONS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-forum/assessmentutils-createassessments-returns-noquestions/m-p/1390770/page/2" target="_self"&gt;AssessmentUtils().createAssessments returns 'noquestions'&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenow.com/community/next-experience-forum/assessmentcreation-global-using-business-rule/m-p/2422899" target="_self"&gt;AssessmentCreation - Global - Using Business Rule&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 13:56:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/send-a-business-criticality-survey-to-the-it-application-owner/m-p/3524843#M6666</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-04-14T13:56:42Z</dc:date>
    </item>
  </channel>
</rss>

