<?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 Public Survey &amp;quot;On Submit&amp;quot; in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532113#M189039</link>
    <description>&lt;P&gt;With public surveys there is no TriggerID so you can't sink the response to the record which triggers the survey. Furthermore, since it's a public survey users don't have to log in which again means there is no way of linking the response to the case. What I can do is append the url with &amp;amp;casenum=XXXXX. What I have not been able to do is pull that number into a survey question automatically. There are articles online about this but they appear to be for express. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My new thought is if it's possible to pull this number out of the url using the UI page and when the user clicks submit, the number is sent over along with the response. Clearly when the user clicks the submit button it creates a record in SN for the survey response. Can we not add a field to that same table to hold this case number and send it over as part of the submit action?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took a look at the UI page and given I'm not a programmer by trade, more of hacker, it looks to be pretty complex. Any thoughts on if this is possible?&lt;/P&gt;</description>
    <pubDate>Fri, 26 May 2017 20:11:24 GMT</pubDate>
    <dc:creator>doernbrackc</dc:creator>
    <dc:date>2017-05-26T20:11:24Z</dc:date>
    <item>
      <title>Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532113#M189039</link>
      <description>&lt;P&gt;With public surveys there is no TriggerID so you can't sink the response to the record which triggers the survey. Furthermore, since it's a public survey users don't have to log in which again means there is no way of linking the response to the case. What I can do is append the url with &amp;amp;casenum=XXXXX. What I have not been able to do is pull that number into a survey question automatically. There are articles online about this but they appear to be for express. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My new thought is if it's possible to pull this number out of the url using the UI page and when the user clicks submit, the number is sent over along with the response. Clearly when the user clicks the submit button it creates a record in SN for the survey response. Can we not add a field to that same table to hold this case number and send it over as part of the submit action?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took a look at the UI page and given I'm not a programmer by trade, more of hacker, it looks to be pretty complex. Any thoughts on if this is possible?&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 20:11:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532113#M189039</guid>
      <dc:creator>doernbrackc</dc:creator>
      <dc:date>2017-05-26T20:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532114#M189040</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you're using the assessment, you can do the following:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;1. Create a new string question, says "Case Number"&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;2. go into the question in form view (via Survey &amp;gt; Questions)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;3. Make sure you're in Assessment View&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;4. Change "Method" to "Default answer from script"&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;5. In the Script field, put this: string_result = RP.getParameterValue('casenum') + '';&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;6. Save and try it&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Let me know how you go&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2017 04:13:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532114#M189040</guid>
      <dc:creator>Nam Nguyen</dc:creator>
      <dc:date>2017-05-31T04:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532115#M189041</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2017-05-31 at 9.54.33 AM.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183702i7BF2D426CAAA4604/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-05-31 at 9.54.33 AM.png" alt="Screen Shot 2017-05-31 at 9.54.33 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;1. Here is the script that I added on the question. Note I changed the view to "Assessment View"&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;2. This survey is a public survey, created with the survey designer&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;3. Url for testing = (&lt;/SPAN&gt;&lt;A title="k-external-small" class="jive-link-external-small" href="https://)welltokinc.service-now.com/assessment_take2.do?sysparm_assessable_type=f7b2c74c4f1e7200ccee42fd0210c774&amp;amp;casenum=CS0005469" rel="nofollow" target="_blank"&gt;https://)welltokinc.service-now.com/assessment_take2.do?sysparm_assessable_type=f7b2c74c4f1e7200ccee42fd0210c774&amp;amp;casenum=CS0005469&lt;/A&gt;&lt;SPAN&gt; . (had to put https in () )&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Navigating to this url I get this:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2017-05-31 at 9.59.02 AM.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183706iBDE55BDDA5A6BBBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-05-31 at 9.59.02 AM.png" alt="Screen Shot 2017-05-31 at 9.59.02 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I tired this approach with a non-public survey, no luck. Have you gotten this to work yourself?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2017 16:04:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532115#M189041</guid>
      <dc:creator>doernbrackc</dc:creator>
      <dc:date>2017-05-31T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532116#M189042</link>
      <description>&lt;P&gt;Yup here is the link to my test page and attachment is the xml of that survey&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A title="ev20971.service-now.com/assessment_take2.do?sysparm_assessable_type=ab2f6902db0332008de5f34ebf9619d8&amp;amp;casenum=456" href="https://dev20971.service-now.com/assessment_take2.do?sysparm_assessable_type=ab2f6902db0332008de5f34ebf9619d8&amp;amp;casenum=456"&gt;https://dev20971.service-now.com/assessment_take2.do?sysparm_assessable_type=ab2f6902db0332008de5f34ebf9619d8&amp;amp;casenum=456&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;One note is that when you test it, it is best to paste the link into a fresh new private browser session&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you open the survey link as a logged in user without the casenum, it will create a survey instance for that user with blank case number and thus if you try to open it again, it will refer back to that instance&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2017 22:33:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532116#M189042</guid>
      <dc:creator>Nam Nguyen</dc:creator>
      <dc:date>2017-05-31T22:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532117#M189043</link>
      <description>&lt;P&gt;Weird, I could not get this work unless I used Legacy Survey. Would love to see screen shots of your config.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2017 22:38:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532117#M189043</guid>
      <dc:creator>doernbrackc</dc:creator>
      <dc:date>2017-05-31T22:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532118#M189044</link>
      <description>&lt;P&gt;Here are the screenshots of my config&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Everything is pretty much OOB&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="survey designer.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183716iF3D4B5FABC9C14E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="survey designer.png" alt="survey designer.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="survey.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183720iA7074F2AD9F46214/image-size/large?v=v2&amp;amp;px=999" role="button" title="survey.png" alt="survey.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="metric category.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183724iFC9DEDABC1C305B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="metric category.png" alt="metric category.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="assessment metric.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183722i56FFED5EBC74A182/image-size/large?v=v2&amp;amp;px=999" role="button" title="assessment metric.png" alt="assessment metric.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2017 22:51:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532118#M189044</guid>
      <dc:creator>Nam Nguyen</dc:creator>
      <dc:date>2017-05-31T22:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532119#M189045</link>
      <description>&lt;P&gt;Ok so this is odd but I couldn't get to that last screen shot you show. I had to add the script via the list view.&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2017-05-31 at 4.55.26 PM.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183700i0E1A0261BC06CB37/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-05-31 at 4.55.26 PM.png" alt="Screen Shot 2017-05-31 at 4.55.26 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Then click on the item where I noticed that Dependent Plugin was not set. Once I set it to Core it works. Wow, that was ridiculous. Thanks this is super helpful&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2017 22:56:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532119#M189045</guid>
      <dc:creator>doernbrackc</dc:creator>
      <dc:date>2017-05-31T22:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532120#M189046</link>
      <description>&lt;P&gt;Awesome, glad to have helped.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It's possible that you're in a different view of the form (I think it won't show if you're in Survey View but Assessment should show)&lt;span class="lia-inline-image-display-wrapper" image-alt="view.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183712i60D3497365BD6F4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="view.png" alt="view.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2017 23:02:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532120#M189046</guid>
      <dc:creator>Nam Nguyen</dc:creator>
      <dc:date>2017-05-31T23:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532121#M189047</link>
      <description>&lt;P&gt;Hi Nam,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I did it but what happens is the URL would first load the hrcasenum value in URL as below:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183718iBA058AC529D2A0B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Once load is completed URL changes as below:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183740i3124421726A7497A/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;because of which I get value in Project field of survey as blank&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183726iB08C73F17AE5F1D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Could you suggest what is being missed.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2017 05:47:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532121#M189047</guid>
      <dc:creator>Jaspal Singh</dc:creator>
      <dc:date>2017-09-26T05:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532122#M189048</link>
      <description>&lt;P&gt;Hi Jaspal,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In your case,I believe you'll need to escape the '&amp;amp;' before hrcasenum to '%26', so the link will be&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A title="k-external-small" class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;your-instance&amp;gt;.service-now.com/nav_to.do?uri=assessment_take2.do%3Fsysparm_assessable_type=248d214a4f95c700eb44d48e5210c701%26hrcasenum%3D1234&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Let me know how you go&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Nam&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2017 06:05:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532122#M189048</guid>
      <dc:creator>Nam Nguyen</dc:creator>
      <dc:date>2017-09-26T06:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532123#M189049</link>
      <description>&lt;P&gt;Using that URL does has value but it does not copy that to the survey field.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183728i6C38E24DDAD76FD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2017 06:18:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532123#M189049</guid>
      <dc:creator>Jaspal Singh</dc:creator>
      <dc:date>2017-09-26T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532124#M189050</link>
      <description>&lt;P&gt;Tried with all possible options as below but still no luck&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/183742i8C8916A8BFD8D42D/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2017 06:51:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532124#M189050</guid>
      <dc:creator>Jaspal Singh</dc:creator>
      <dc:date>2017-09-26T06:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532125#M189051</link>
      <description>&lt;P&gt;Hi Nam &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;May I know what will happen when to the survey page when user is logged in to ServiceNow ?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;What I am seeing is, the RP.getParameter doesn/t work when user is logged in &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can you kindly help with this post &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A title="Survey - assessment_take2 public page issue" __default_attr="285780" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Survey - assessment_take2 public page issue" data-renderedposition="176.8000030517578_8_303_16" href="https://www.servicenow.com/community?id=community_question&amp;amp;sys_id=397f3ea9db58dbc01dcaf3231f9619c2"&gt;Survey - assessment_take2 public page issue&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Oct 2017 07:41:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/1532125#M189051</guid>
      <dc:creator>abhithen</dc:creator>
      <dc:date>2017-10-05T07:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/2692407#M1042591</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/131331"&gt;@abhithen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you find any solution to this? It's the same case for me as well. It's working in Private window, but not when the user is logged in.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 11:03:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/2692407#M1042591</guid>
      <dc:creator>Anjali Priya</dc:creator>
      <dc:date>2023-10-05T11:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/3046713#M1146005</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/257473"&gt;@Jaspal Singh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this is too old, but I am at same point you left it here. Was you able to solve this ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 19:20:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/3046713#M1146005</guid>
      <dc:creator>Gpope</dc:creator>
      <dc:date>2024-09-16T19:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/3244383#M1197282</link>
      <description>&lt;P&gt;Hii,&lt;BR /&gt;&lt;BR /&gt;I want to know from were "This survey is reference to Case:" this info message is populating in the survey&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 14:50:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/3244383#M1197282</guid>
      <dc:creator>rjpatil</dc:creator>
      <dc:date>2025-04-22T14:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/3244393#M1197284</link>
      <description>&lt;P&gt;Hi, Where "This survey is reference to case:" is configured in ServiceNow.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 14:52:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/3244393#M1197284</guid>
      <dc:creator>rjpatil</dc:creator>
      <dc:date>2025-04-22T14:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/3244397#M1197285</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rjpatil_0-1745333605040.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/436987i7D124B89541DDE62/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="rjpatil_0-1745333605040.png" alt="rjpatil_0-1745333605040.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to know from where "This survey is reference to case: " is configured in ServiceNow&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 14:54:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/3244397#M1197285</guid>
      <dc:creator>rjpatil</dc:creator>
      <dc:date>2025-04-22T14:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Public Survey "On Submit"</title>
      <link>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/3244743#M1197356</link>
      <description>&lt;P&gt;Ok vamos a investigarlo&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 22:36:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/public-survey-quot-on-submit-quot/m-p/3244743#M1197356</guid>
      <dc:creator>renegonzale</dc:creator>
      <dc:date>2025-04-22T22:36:08Z</dc:date>
    </item>
  </channel>
</rss>

