<?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: Automated Test Framework (ATF) - Receiving &amp;quot;Cannot read properties of undefined (reading 'm in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3113312#M1161544</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/496629"&gt;@cmitchell2323&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay..after record query you need to open that record by using Open existing record and then set the feilds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you are using incorrect steps.&lt;/P&gt;&lt;P&gt;Just like this one.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shaqeel_0-1732620563572.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/404183iEF5C59BF527EBD06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shaqeel_0-1732620563572.png" alt="Shaqeel_0-1732620563572.png" /&gt;&lt;/span&gt;&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;Shaqeel&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2024 11:29:32 GMT</pubDate>
    <dc:creator>Shaqeel</dc:creator>
    <dc:date>2024-11-26T11:29:32Z</dc:date>
    <item>
      <title>Automated Test Framework (ATF) - Receiving "Cannot read properties of undefined (reading 'message')"</title>
      <link>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3112429#M1161340</link>
      <description>&lt;P&gt;Hello Everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working on an implementation of ATF using the Incident Management application. I am attempting to create an ATF test from scratch, which involves creating a new Incident record and setting field values. There are certain reference fields that I am setting on the Incident record, which reference the [task], [kb_knowledge], and [problem] tables. When running through this test, I am getting the following error:&amp;nbsp;Cannot read properties of undefined (reading 'message').&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;In order to fix this issue, I did some digging and found this ServiceNow Community post, which provides a workaround. I utilized the workaround from &lt;A href="https://www.servicenow.com/community/developer-forum/atf-cannot-set-catalog-variable-values-with-field-type-as/m-p/2664078" target="_self"&gt;this post&lt;/A&gt;&amp;nbsp;, but it did not get rid of the error. Does anyone have any suggestions on how to implement this and remove this error?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 14:35:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3112429#M1161340</guid>
      <dc:creator>cmitchell2323</dc:creator>
      <dc:date>2024-11-25T14:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Test Framework (ATF) - Receiving "Cannot read properties of undefined (reading 'm</title>
      <link>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3112443#M1161344</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/496629"&gt;@cmitchell2323&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible could you please attach the steps you are using and the failed result screenshots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shqeel&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 14:50:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3112443#M1161344</guid>
      <dc:creator>Shaqeel</dc:creator>
      <dc:date>2024-11-25T14:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Test Framework (ATF) - Receiving "Cannot read properties of undefined (reading 'm</title>
      <link>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3112484#M1161349</link>
      <description>&lt;P&gt;Hi Shaqeel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screenshot of the steps that I am doing to query and set the field values:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image20241125101055.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/403930i38A0E05623C28E46/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image20241125101055.png" alt="Image20241125101055.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the error screenshots that were captured by ATF:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot_2024_11_22_19_22_56.jpg" style="width: 946px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/403932i78B8E934A67719C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot_2024_11_22_19_22_56.jpg" alt="screenshot_2024_11_22_19_22_56.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot_2024_11_22_19_22_49.jpg" style="width: 946px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/403933i5F18C67EB92E7C98/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot_2024_11_22_19_22_49.jpg" alt="screenshot_2024_11_22_19_22_49.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot_2024_11_22_19_22_45.jpg" style="width: 946px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/403934iB260EBD5F00A6AAF/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot_2024_11_22_19_22_45.jpg" alt="screenshot_2024_11_22_19_22_45.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if there is any additional information that I can provide. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 15:13:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3112484#M1161349</guid>
      <dc:creator>cmitchell2323</dc:creator>
      <dc:date>2024-11-25T15:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Test Framework (ATF) - Receiving "Cannot read properties of undefined (reading 'm</title>
      <link>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3113312#M1161544</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/496629"&gt;@cmitchell2323&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay..after record query you need to open that record by using Open existing record and then set the feilds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you are using incorrect steps.&lt;/P&gt;&lt;P&gt;Just like this one.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shaqeel_0-1732620563572.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/404183iEF5C59BF527EBD06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shaqeel_0-1732620563572.png" alt="Shaqeel_0-1732620563572.png" /&gt;&lt;/span&gt;&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;Shaqeel&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 11:29:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3113312#M1161544</guid>
      <dc:creator>Shaqeel</dc:creator>
      <dc:date>2024-11-26T11:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Test Framework (ATF) - Receiving "Cannot read properties of undefined (reading 'm</title>
      <link>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3113533#M1161616</link>
      <description>&lt;P&gt;Hi Shaqeel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much! This ended up fixing my issue! I really appreciate your help.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 14:30:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3113533#M1161616</guid>
      <dc:creator>cmitchell2323</dc:creator>
      <dc:date>2024-11-26T14:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Test Framework (ATF) - Receiving "Cannot read properties of undefined (reading 'm</title>
      <link>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3114312#M1161843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/496629"&gt;@cmitchell2323&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad it helped.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kindly mark helpful, it is my personal growth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Shql&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 10:02:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/automated-test-framework-atf-receiving-quot-cannot-read/m-p/3114312#M1161843</guid>
      <dc:creator>Shaqeel</dc:creator>
      <dc:date>2024-11-27T10:02:17Z</dc:date>
    </item>
  </channel>
</rss>

