<?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 Add URL link to workflow notification in ServiceNow AI Platform forum</title>
    <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111112#M67501</link>
    <description>&lt;P&gt;Hello, document owner received this notification when managed document revision approved.&lt;/P&gt;
&lt;P&gt;but there is no doc link attach in the email notification, how can include a url link to the email notification?&lt;/P&gt;
&lt;P&gt;or can i put this notification to inactive then create a customised notification for the purpose?&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&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/113869iAA4D3345E7137EFF/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;</description>
    <pubDate>Fri, 12 Mar 2021 13:28:58 GMT</pubDate>
    <dc:creator>yandp</dc:creator>
    <dc:date>2021-03-12T13:28:58Z</dc:date>
    <item>
      <title>Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111112#M67501</link>
      <description>&lt;P&gt;Hello, document owner received this notification when managed document revision approved.&lt;/P&gt;
&lt;P&gt;but there is no doc link attach in the email notification, how can include a url link to the email notification?&lt;/P&gt;
&lt;P&gt;or can i put this notification to inactive then create a customised notification for the purpose?&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&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/113869iAA4D3345E7137EFF/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;</description>
      <pubDate>Fri, 12 Mar 2021 13:28:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111112#M67501</guid>
      <dc:creator>yandp</dc:creator>
      <dc:date>2021-03-12T13:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111113#M67502</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="d8719a69db981fc09c9ffb651f9619ed"&gt;@yandp&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you are triggering notification on same table via workflow&lt;/P&gt;
&lt;P&gt;then include this in the workflow notification message body&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;&amp;lt;mail_script&amp;gt;

var taskNum = current.number; // field whose value you need to show in the link

var taskID = current.sys_id;

var tableName = 'dms_document_revision'; // table name

var instance_name = gs.getProperty('glide.servlet.uri');
template.print('Click &amp;lt;a href="' + instance_name + tableName  +'.do?sys_id="' + taskID + '"&amp;gt;' + taskNum + '&amp;lt;/a&amp;gt; to view the Task.');

&amp;lt;/mail_script&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 13:39:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111113#M67502</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2021-03-12T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111114#M67503</link>
      <description>&lt;P&gt;Hello &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="19525629dbd81fc09c9ffb651f961989"&gt;@Ankur Bawiskar&lt;/SN-MENTION&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for, sorry , i am not which is the notification message you mention.&lt;/P&gt;
&lt;P&gt;can share some image. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 16:08:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111114#M67503</guid>
      <dc:creator>yandp</dc:creator>
      <dc:date>2021-03-12T16:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111115#M67504</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I could see you are triggering the notification from workflow as the event is workflow.notification&lt;/P&gt;
&lt;P&gt;So you must be triggering the email via workflow activity&lt;/P&gt;
&lt;P&gt;So I am saying to add that in the workflow notification activity&lt;/P&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/113866iDB98FA9208374541/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;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 17:06:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111115#M67504</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2021-03-12T17:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111116#M67505</link>
      <description>&lt;P&gt;First u create &amp;nbsp; a&amp;nbsp;&lt;A class="menu nav_menu_header" title="_menu_header" href="https://bddev.service-now.com/sys_script_email_list.do?sysparm_userpref_module=a52de313ef0111002841f7f775c0fb67" target="gsft_main" data-cancelable="true" data-placement="bottom"&gt;Notification Email Scripts &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/A&gt;like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;var temp = event.parm1;


var user = new JSON().decode(temp);


template.print('Click here to approve &amp;lt;a href="https://give urs instance url here/nav_to.do?uri=sysapproval_approver.do?sys_id=' + user.approval_sys_id + '"&amp;gt; Google &amp;lt;/a&amp;gt;');&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and call above&amp;nbsp;&lt;A class="menu nav_menu_header" title="_menu_header" href="https://bddev.service-now.com/sys_script_email_list.do?sysparm_userpref_module=a52de313ef0111002841f7f775c0fb67" target="gsft_main" data-cancelable="true" data-placement="bottom"&gt;Notification Email Scripts&amp;nbsp;&lt;/A&gt;in your notification body like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;${mail_script:Notification Email Script Name}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 17:15:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111116#M67505</guid>
      <dc:creator>Rajesh Chopade</dc:creator>
      <dc:date>2021-03-12T17:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111117#M67506</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="d8719a69db981fc09c9ffb651f9619ed"&gt;@yandp&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;BR /&gt;&lt;BR /&gt;Did my reply answer your question?&lt;BR /&gt;&lt;BR /&gt;If so, please mark appropriate response as correct &amp;amp; helpful so that the question will appear as resolved for others who may have a similar question in the future.&lt;BR /&gt;&lt;BR /&gt;If not, please let us know if you need some more assistance.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 05:43:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111117#M67506</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2021-03-15T05:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111118#M67507</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="d8719a69db981fc09c9ffb651f9619ed"&gt;@yandp&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;BR /&gt;&lt;BR /&gt;Did my reply answer your question?&lt;/P&gt;
&lt;P&gt;If my response helped you please mark it correct to close the question so that it benefits future readers as well.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Ankur&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 11:48:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111118#M67507</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2021-07-16T11:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111119#M67508</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="d8719a69db981fc09c9ffb651f9619ed"&gt;@yandp&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for marking my response as helpful.&lt;BR /&gt;&lt;BR /&gt;If my response helped you please mark it correct to close the question so that it benefits future readers as well.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 14:15:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111119#M67508</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2021-07-20T14:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111120#M67509</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="d8719a69db981fc09c9ffb651f9619ed"&gt;@yandp&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for marking my response as helpful.&lt;BR /&gt;&lt;BR /&gt;If my response helped you please mark it correct to close the question so that it benefits future readers as well.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 09:37:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111120#M67509</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2021-11-02T09:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111121#M67510</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="d8719a69db981fc09c9ffb651f9619ed"&gt;@yandp&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for marking my response as helpful.&lt;BR /&gt;&lt;BR /&gt;If my response helped you please mark it correct to close the question so that it benefits future readers as well.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Nov 2021 14:52:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111121#M67510</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2021-11-13T14:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111122#M67511</link>
      <description>&lt;DIV class="cm-comment-user-info ng-scope" data-ng-if="!isMobileView()"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="cm-comment-text-info"&gt;
&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="d8719a69db981fc09c9ffb651f9619ed"&gt;@yandp&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for marking my response as helpful.&lt;BR /&gt;&lt;BR /&gt;If my response helped you please mark it correct to close the question so that it benefits future readers as well.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:35:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111122#M67511</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2021-11-18T10:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111123#M67512</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="d8719a69db981fc09c9ffb651f9619ed"&gt;@yandp&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;BR /&gt;&lt;BR /&gt;Did my reply answer your question?&lt;/P&gt;
&lt;P&gt;If my response helped you please mark it correct to close the question so that it benefits future readers as well.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Ankur&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 03:52:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111123#M67512</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2022-03-15T03:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add URL link to workflow notification</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111124#M67513</link>
      <description>&lt;P&gt;This worked for me, at least in version San Diego. havent tested in other versions:&lt;/P&gt;
&lt;P&gt;add this in the workflow notification activity Message field. (with your actual URL of course after the href= and in quotes like below)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Click &amp;lt;a href="'www.google.com'"&amp;gt;HERE&amp;lt;/a&amp;gt; to view the documentation.&lt;/P&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/113865i95C03EE2C1A128CA/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;</description>
      <pubDate>Thu, 28 Jul 2022 22:19:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/add-url-link-to-workflow-notification/m-p/1111124#M67513</guid>
      <dc:creator>Les1</dc:creator>
      <dc:date>2022-07-28T22:19:35Z</dc:date>
    </item>
  </channel>
</rss>

