<?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 Trying to display UR number in an email client template on Catalog Task table in App Engine forum</title>
    <link>https://www.servicenow.com/community/app-engine-forum/trying-to-display-ur-number-in-an-email-client-template-on/m-p/3061505#M5478</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I am trying to create a email client template which shows up on all catalog_tasks under certain conditions, everything works except I am not able to display the Universal request number instead of the sctask number, I tried ${parent.parent.number} field but returns a empty value, also tried ${universal_request.number}, i received the same empty value, if I use ${number} it shows the Sctask number. How can I access the UR number? I tried the same in Requested Item table, and i was able to show the Universal request number there.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-10-01_10-56-02.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/390926iCED282F752719350/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="2024-10-01_10-56-02.png" alt="2024-10-01_10-56-02.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2024 17:48:19 GMT</pubDate>
    <dc:creator>gramalingam</dc:creator>
    <dc:date>2024-10-01T17:48:19Z</dc:date>
    <item>
      <title>Trying to display UR number in an email client template on Catalog Task table</title>
      <link>https://www.servicenow.com/community/app-engine-forum/trying-to-display-ur-number-in-an-email-client-template-on/m-p/3061505#M5478</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I am trying to create a email client template which shows up on all catalog_tasks under certain conditions, everything works except I am not able to display the Universal request number instead of the sctask number, I tried ${parent.parent.number} field but returns a empty value, also tried ${universal_request.number}, i received the same empty value, if I use ${number} it shows the Sctask number. How can I access the UR number? I tried the same in Requested Item table, and i was able to show the Universal request number there.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-10-01_10-56-02.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/390926iCED282F752719350/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="2024-10-01_10-56-02.png" alt="2024-10-01_10-56-02.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 17:48:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/trying-to-display-ur-number-in-an-email-client-template-on/m-p/3061505#M5478</guid>
      <dc:creator>gramalingam</dc:creator>
      <dc:date>2024-10-01T17:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to display UR number in an email client template on Catalog Task table</title>
      <link>https://www.servicenow.com/community/app-engine-forum/trying-to-display-ur-number-in-an-email-client-template-on/m-p/3061553#M5479</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/640366"&gt;@gramalingam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you need to dot walk through the universal_request field to get the UR number. so for example:&lt;/P&gt;&lt;PRE&gt;current.universal_request.number&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need this to be dynamic, then you probably need an Email Script where you check if universal_request is empty. If it is, then just use current.number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;~Nick&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 18:29:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/app-engine-forum/trying-to-display-ur-number-in-an-email-client-template-on/m-p/3061553#M5479</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2024-10-01T18:29:06Z</dc:date>
    </item>
  </channel>
</rss>

