<?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 Application Development Fundamentals on Demand Lab 6.3 Issue in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206275#M2486</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently taking the Application Development Fundamentals on Demand course and have made it to Lab 6.3 where the goal is to send an email. I have done all the necessary steps and re-did them to ensure I was doing everything correctly, but I am not seeing the emails as expected. I know for a fact that I am doing everything correctly because everything associated with this course and this particularly lab works up to this point and I double checked all the steps and logic. I am thinking something may be wrong with emails in my instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, when I initially looked at the emails created on today, there were emails that were sent today that I did not create (may have been a scheduled job that came with the instance). I closed my instance and opened it back up. Now I cannot see any emails created on today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do if I am stuck in a course like this?&lt;/P&gt;&lt;P&gt;Has anyone had this issue?&lt;/P&gt;&lt;P&gt;Should I move forward even though this is a very important part of the course?&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2025 02:06:49 GMT</pubDate>
    <dc:creator>britolliver</dc:creator>
    <dc:date>2025-03-14T02:06:49Z</dc:date>
    <item>
      <title>Application Development Fundamentals on Demand Lab 6.3 Issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206275#M2486</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently taking the Application Development Fundamentals on Demand course and have made it to Lab 6.3 where the goal is to send an email. I have done all the necessary steps and re-did them to ensure I was doing everything correctly, but I am not seeing the emails as expected. I know for a fact that I am doing everything correctly because everything associated with this course and this particularly lab works up to this point and I double checked all the steps and logic. I am thinking something may be wrong with emails in my instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, when I initially looked at the emails created on today, there were emails that were sent today that I did not create (may have been a scheduled job that came with the instance). I closed my instance and opened it back up. Now I cannot see any emails created on today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do if I am stuck in a course like this?&lt;/P&gt;&lt;P&gt;Has anyone had this issue?&lt;/P&gt;&lt;P&gt;Should I move forward even though this is a very important part of the course?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 02:06:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206275#M2486</guid>
      <dc:creator>britolliver</dc:creator>
      <dc:date>2025-03-14T02:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Application Development Fundamentals on Demand Lab 6.3 Issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206276#M2487</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/522528"&gt;@britolliver&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you triggering the notification from an event? Or based on a record update?&lt;/P&gt;&lt;P&gt;Could you please share some screenshots from the notification?&lt;/P&gt;&lt;P&gt;is there a valid recipient? Is there an email set on the recipient profile?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 02:35:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206276#M2487</guid>
      <dc:creator>Medi C</dc:creator>
      <dc:date>2025-03-14T02:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Application Development Fundamentals on Demand Lab 6.3 Issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206299#M2488</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/522528"&gt;@britolliver&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets debug this step by step:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check if the&lt;STRONG&gt; Scheduled Script Execution&lt;/STRONG&gt; is working as expected by clicking on &lt;STRONG&gt;execute now&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Check the event log by navigating to &lt;STRONG&gt;sysevent&lt;/STRONG&gt; table. The state should be &lt;STRONG&gt;processed&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Check if the user you are trying to send notification has a &lt;STRONG&gt;valid email&lt;/STRONG&gt; and &lt;STRONG&gt;notification is enabled&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Check if the email notification is triggered and sent successfully.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If the issue persists, please share a few screenshots for further troubleshooting.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"If you found my answer helpful, &lt;STRONG&gt;please like and mark it as an "accepted solution".&lt;/STRONG&gt; It helps future readers to locate the solution easily and supports the community!"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;BR /&gt;Juhi Poddar&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 03:58:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206299#M2488</guid>
      <dc:creator>Juhi Poddar</dc:creator>
      <dc:date>2025-03-14T03:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Application Development Fundamentals on Demand Lab 6.3 Issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206852#M2490</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply! Regarding your bullet point:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"Check if the user you are trying to send notification has a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;valid email&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;notification is enabled&lt;/STRONG&gt;.",&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I used the course's recommended user but how can I validate that his email is acceptable and that his notifications are enabled?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 13:49:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206852#M2490</guid>
      <dc:creator>britolliver</dc:creator>
      <dc:date>2025-03-14T13:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Application Development Fundamentals on Demand Lab 6.3 Issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206861#M2491</link>
      <description>&lt;P&gt;Also currently, his email is george.washington@example.com&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 13:58:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206861#M2491</guid>
      <dc:creator>britolliver</dc:creator>
      <dc:date>2025-03-14T13:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Application Development Fundamentals on Demand Lab 6.3 Issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206874#M2492</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/522528"&gt;@britolliver&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's fine.&lt;/P&gt;&lt;P&gt;You can check the notification is enable for that user in &lt;STRONG&gt;sys_user&lt;/STRONG&gt; table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe you are referring the ebook for the course.&lt;/P&gt;&lt;P&gt;Refer the section: &lt;STRONG&gt;Receiving Email notification&lt;/STRONG&gt; from ebook.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Screenshot1 from ebook:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JuhiPoddar_0-1741961160376.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/426852iEBF1C3D13EB50FBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="JuhiPoddar_0-1741961160376.png" alt="JuhiPoddar_0-1741961160376.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Screenshot2 from ebook:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JuhiPoddar_1-1741961219182.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/426853i5CB92B2CBF8FBDB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="JuhiPoddar_1-1741961219182.png" alt="JuhiPoddar_1-1741961219182.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"If you found my answer helpful, &lt;STRONG&gt;please like and mark it as an "accepted solution".&lt;/STRONG&gt; It helps future readers to locate the solution easily and supports the community!"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;BR /&gt;Juhi Poddar&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 14:09:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206874#M2492</guid>
      <dc:creator>Juhi Poddar</dc:creator>
      <dc:date>2025-03-14T14:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Application Development Fundamentals on Demand Lab 6.3 Issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206875#M2493</link>
      <description>&lt;P&gt;Update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After following your steps, I noticed that my events are not processing. I am going to try to figure out why, but I really don't know. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 14:09:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3206875#M2493</guid>
      <dc:creator>britolliver</dc:creator>
      <dc:date>2025-03-14T14:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Application Development Fundamentals on Demand Lab 6.3 Issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3207016#M2494</link>
      <description>&lt;P&gt;Thank you! It looks like my notifications are enabled, but my events are not processing. They are staying in ready. When I manually choose to process them, the email doesn't send.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed every step and watched the videos. I am not sure why it isn't working but I really need to finish this course. Do you have any tips?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 16:30:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3207016#M2494</guid>
      <dc:creator>britolliver</dc:creator>
      <dc:date>2025-03-14T16:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Application Development Fundamentals on Demand Lab 6.3 Issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3207225#M2495</link>
      <description>&lt;P&gt;Hello &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/522528"&gt;@britolliver&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't have to manually change the state. Now you know the issue is in event.&lt;/P&gt;&lt;P&gt;Next debugging step would be to check the script that triggers the event.&lt;/P&gt;&lt;P&gt;Check the event log if you are receiving the event parameters.&lt;/P&gt;&lt;P&gt;Also please share the script and few screenshots, that would help me to analyse the issue more clearly.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Juhi Poddar&lt;/P&gt;</description>
      <pubDate>Sat, 15 Mar 2025 01:28:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3207225#M2495</guid>
      <dc:creator>Juhi Poddar</dc:creator>
      <dc:date>2025-03-15T01:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Application Development Fundamentals on Demand Lab 6.3 Issue</title>
      <link>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3207232#M2496</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/522528"&gt;@britolliver&lt;/a&gt;&amp;nbsp;Please refer to this support article&amp;nbsp;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0535129#:~:text=The%20user%20chose%20not%20to%20receive%20email%20notifications.&amp;amp;text=Go%20to%20the%20user%20record,send%20email%20to%20that%20user" target="_blank"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0535129#:~:text=The%20user%20chose%20not%20to%20receive%20email%20notifications.&amp;amp;text=Go%20to%20the%20user%20record,send%20email%20to%20that%20user&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0538135" target="_blank"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0538135&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and see if they help you debug your issue.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Mar 2025 02:04:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/application-development-fundamentals-on-demand-lab-6-3-issue/m-p/3207232#M2496</guid>
      <dc:creator>Sandeep Rajput</dc:creator>
      <dc:date>2025-03-15T02:04:28Z</dc:date>
    </item>
  </channel>
</rss>

