<?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 Onload client script to insert a url link on normal change request in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395355#M4935</link>
    <description>&lt;P&gt;I need to create a onload client script that inserts a clickable "Knowledge Article" url link with the title on a "Normal" change request record and placed under a certain field. Below is the code I produced but I am not sure what I am missing, Can you help??&lt;/P&gt;</description>
    <pubDate>Wed, 01 Oct 2025 12:14:15 GMT</pubDate>
    <dc:creator>EPoole954</dc:creator>
    <dc:date>2025-10-01T12:14:15Z</dc:date>
    <item>
      <title>Onload client script to insert a url link on normal change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395355#M4935</link>
      <description>&lt;P&gt;I need to create a onload client script that inserts a clickable "Knowledge Article" url link with the title on a "Normal" change request record and placed under a certain field. Below is the code I produced but I am not sure what I am missing, Can you help??&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 12:14:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395355#M4935</guid>
      <dc:creator>EPoole954</dc:creator>
      <dc:date>2025-10-01T12:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Onload client script to insert a url link on normal change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395380#M4936</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/560627"&gt;@EPoole954&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;showFieldMsg()&lt;/STRONG&gt; doesn't support adding link or HTML tags, but there is a workaround using DOM manipulation&lt;/P&gt;
&lt;P&gt;check this, &lt;EM&gt;&lt;STRONG&gt;Note: DOM manipulation is not recommended practice&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-forum/how-to-show-url-link-in-field-message-when-option-is-selected-in/m-p/2731741" target="_blank" rel="noopener"&gt;how to show URL link in field message when option is selected in dropdown list on catalog item&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;you will have to use g_form.addInfoMessage() and show link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0691931" target="_blank" rel="noopener"&gt;How to add hyperlink into info message&lt;/A&gt;&amp;nbsp;&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>Wed, 01 Oct 2025 12:40:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395380#M4936</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-01T12:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Onload client script to insert a url link on normal change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395384#M4937</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/560627"&gt;@EPoole954&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another way is to use form annotation and there you can include link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/administer/form-administration/concept/c_FormAnnotation.html" target="_blank" rel="noopener"&gt;Administering form annotations&lt;/A&gt;&amp;nbsp;&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>Wed, 01 Oct 2025 12:42:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395384#M4937</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-01T12:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Onload client script to insert a url link on normal change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395385#M4938</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/560627"&gt;@EPoole954&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; link = &lt;/SPAN&gt;&lt;SPAN&gt;'&amp;lt;a href="&lt;A href="https://www.nba.com/teams" target="_blank"&gt;https://www.nba.com/teams&lt;/A&gt;" target="_blank"&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;official website here.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/a&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://blog.snowycode.com/post/how-to-add-a-hyperlink-to-info-message-addinfomessage-in-servicenow#:~:text=We%20set%20the%20href%20equal,%E2%80%8D" target="_blank"&gt;https://blog.snowycode.com/post/how-to-add-a-hyperlink-to-info-message-addinfomessage-in-servicenow#:~:text=We%20set%20the%20href%20equal,%E2%80%8D&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 12:43:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395385#M4938</guid>
      <dc:creator>Rafael Batistot</dc:creator>
      <dc:date>2025-10-01T12:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Onload client script to insert a url link on normal change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395386#M4939</link>
      <description>&lt;P&gt;I would use the g_form.addInfoMessage() to show a link on the form. It won't be on the field, but it is visible. The only other way is through DOM manipulation, but the advise is to use that as little as possible.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 12:45:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395386#M4939</guid>
      <dc:creator>Mark Manders</dc:creator>
      <dc:date>2025-10-01T12:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Onload client script to insert a url link on normal change request</title>
      <link>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395905#M4946</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/560627"&gt;@EPoole954&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;Did my reply answer your question?&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>Thu, 02 Oct 2025 04:35:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/onload-client-script-to-insert-a-url-link-on-normal-change/m-p/3395905#M4946</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-10-02T04:35:35Z</dc:date>
    </item>
  </channel>
</rss>

