<?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 Re: Clarification on Using Dot-Walking vs. GlideAjax for Displaying Email Field in Form Layout in Admin Experience forum</title>
    <link>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209313#M171</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/789954"&gt;@AzarS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most probably we will not be able to find this behaviour as there will be so many out-of-the-box records to look after.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to achieve a similar functionality then I will encourage you to develop and feel free to discuss here for any support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2025 04:03:18 GMT</pubDate>
    <dc:creator>Vishal Jaswal</dc:creator>
    <dc:date>2025-03-18T04:03:18Z</dc:date>
    <item>
      <title>Clarification on Using Dot-Walking vs. GlideAjax for Displaying Email Field in Form Layout</title>
      <link>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3208450#M166</link>
      <description>&lt;P&gt;If the email field can be displayed using dot-walking in the Form Layout, why is it recommended to use GlideAjax instead? I've been informed that dot-walking isn't possible in client scripts. However, the email field is visible on the form, even when impersonating an ITIL user. Can anyone explain how this is functioning?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (81).png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/427450iF1932A0FF5AFCB7B/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot (81).png" title="Screenshot (81).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (80).png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/427451iD5E5A11C732344F9/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot (80).png" title="Screenshot (80).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (79).png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/427452i9254C205AE3A6392/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot (79).png" title="Screenshot (79).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 12:11:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3208450#M166</guid>
      <dc:creator>azarshaikh9</dc:creator>
      <dc:date>2025-03-17T12:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Using Dot-Walking vs. GlideAjax for Displaying Email Field in Form Layout</title>
      <link>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209032#M168</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/820468"&gt;@azarshaikh9&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You're right when you found out that using reference fields dot walking, you can add them in your incident form via dot walk without creation of fields. This will help you to auto-populate such fields like Caller.Email and Caller.Manager when you select a caller while creating Incident&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vishal_jaswal_0-1742239472158.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/427621iAD50EF84CFEDC841/image-size/medium?v=v2&amp;amp;px=400" alt="vishal_jaswal_0-1742239472158.png" title="vishal_jaswal_0-1742239472158.png" /&gt;&lt;/span&gt;&lt;BR /&gt;When you look at the Incident List view, these fields are not present rather you have to end up creating them if want them in your report. So, when you create such custom fields like "Caller Manager" and you have to populate values in such custom fields based upon any other field "Caller" onChange then you end up creating Glide Ajax enabled Script include and calling it from your onChange Client Script.&lt;BR /&gt;&lt;BR /&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 19:27:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209032#M168</guid>
      <dc:creator>Vishal Jaswal</dc:creator>
      <dc:date>2025-03-17T19:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Using Dot-Walking vs. GlideAjax for Displaying Email Field in Form Layout</title>
      <link>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209259#M169</link>
      <description>&lt;P&gt;Thank You, I totally agree with you, But do you know how this functions on the backend? Specifically, how the caller.email field automatically populates when the caller field changes. I tried searching for the relevant Client Scripts and UI Policies but couldn't find anything related to this behavior. There must be something controlling it, but I'm unsure what it is or how it operates.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 02:09:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209259#M169</guid>
      <dc:creator>AzarS</dc:creator>
      <dc:date>2025-03-18T02:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Using Dot-Walking vs. GlideAjax for Displaying Email Field in Form Layout</title>
      <link>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209296#M170</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/820468"&gt;@azarshaikh9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it happens via the OOB platform behavior when you add dot walked field from reference field. You won't know the code behind this&lt;/P&gt;
&lt;P&gt;Whenever caller will change it will fetch the Email of that user and simply display on form.&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>Tue, 18 Mar 2025 03:25:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209296#M170</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-03-18T03:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Using Dot-Walking vs. GlideAjax for Displaying Email Field in Form Layout</title>
      <link>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209313#M171</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/789954"&gt;@AzarS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most probably we will not be able to find this behaviour as there will be so many out-of-the-box records to look after.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to achieve a similar functionality then I will encourage you to develop and feel free to discuss here for any support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 04:03:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209313#M171</guid>
      <dc:creator>Vishal Jaswal</dc:creator>
      <dc:date>2025-03-18T04:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Using Dot-Walking vs. GlideAjax for Displaying Email Field in Form Layout</title>
      <link>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209335#M172</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/820468"&gt;@azarshaikh9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for marking my response as helpful.&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>Tue, 18 Mar 2025 04:31:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209335#M172</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-03-18T04:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Using Dot-Walking vs. GlideAjax for Displaying Email Field in Form Layout</title>
      <link>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209615#M174</link>
      <description>&lt;P&gt;sure, i tried to figure that and look what i found, its using internal ServiceNow AJAX request which is in sys_processor_list module named as GetReferenceRecord which is secured by the servicenow so its hidden i cant see a thing..and also i dont have any knowledge about it... Thanks for the response and help guys&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (85).png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/427799iF91257799B61C2C8/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot (85).png" title="Screenshot (85).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (84).png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/427800iEE61F49B2591351E/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot (84).png" title="Screenshot (84).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (86).png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/427801i878FE3E40EA04A86/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot (86).png" title="Screenshot (86).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 08:09:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/admin-experience-forum/clarification-on-using-dot-walking-vs-glideajax-for-displaying/m-p/3209615#M174</guid>
      <dc:creator>AzarS</dc:creator>
      <dc:date>2025-03-18T08:09:24Z</dc:date>
    </item>
  </channel>
</rss>

