﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - Javascript "Object required" error embedding WebScheduler in Microsoft Dynamics CRM</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Javascript-Object-required-error-embedding-WebScheduler-in-Microsoft-Dynamics-CRM/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Javascript "Object required" error embedding WebScheduler in Microsoft Dynamics CRM</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Javascript-Object-required-error-embedding-WebScheduler-in-Microsoft-Dynamics-CRM/</link><pubDate>Wed, 14 Jul 2010 23:31:01 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;I have confirmed that the developer has imeplemented the check in our nightly build. The build will be available when we release the next WebScheduler hotfix. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Javascript "Object required" error embedding WebScheduler in Microsoft Dynamics CRM</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Javascript-Object-required-error-embedding-WebScheduler-in-Microsoft-Dynamics-CRM/</link><pubDate>Wed, 14 Jul 2010 23:07:40 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>Comment Removed: Post in wrong thread&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Javascript "Object required" error embedding WebScheduler in Microsoft Dynamics CRM</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Javascript-Object-required-error-embedding-WebScheduler-in-Microsoft-Dynamics-CRM/</link><pubDate>Wed, 14 Jul 2010 02:42:42 GMT</pubDate><dc:creator>vangeloni</dc:creator><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;&lt;p&gt;do you have news from the developers about the conditiona check?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vince&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Javascript "Object required" error embedding WebScheduler in Microsoft Dynamics CRM</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Javascript-Object-required-error-embedding-WebScheduler-in-Microsoft-Dynamics-CRM/</link><pubDate>Thu, 24 Jun 2010 23:02:34 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Thank you for the detailed analysis of the issue. I have forwarded the analysis to our developer for consideration in implementing the conditional check in future version of WebScheduler.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Javascript "Object required" error embedding WebScheduler in Microsoft Dynamics CRM</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Javascript-Object-required-error-embedding-WebScheduler-in-Microsoft-Dynamics-CRM/</link><pubDate>Thu, 24 Jun 2010 05:43:14 GMT</pubDate><dc:creator>vangeloni</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I found a problem embedding the WebScheduler in Microsoft Dynamics CRM: the WebScheduler is integrated as show in attached picture embed.png. The problem arise when the WebScheduler is visualized and I click one of the links on the left to go to another place in the CRM application. In such case an error appear from the WebSCheduler Javascript code, the error message says "Object required", and using the debugger I see that the code that gives the error is&lt;/p&gt;&lt;pre&gt;var vff099 =v8e614.rows[0].cells[0]&lt;/pre&gt;
&lt;p&gt;From my investigation I see that object v8e614 is created with code&lt;/p&gt;&lt;pre&gt;&lt;pre&gt;var v8e614 =vc2b33.GetSchedulerHeader();&lt;/pre&gt;&lt;/pre&gt;
&lt;p&gt;but v8e614 is null.&lt;/p&gt;
&lt;p&gt;From the call stack i see that the error appear in the destruction phase of the WebScheduler, you can see in the attached image Visual_Studio_Debug.png.&lt;/p&gt;
&lt;p&gt;I tryed to reproduce the error using a simpler environment than CRM, but I was not able to do it so I cant provide you a test case, but i want to ask you if it possible to investigate on the code that arise the error, and if it possible to add a check on object v8e614, like:&lt;/p&gt;&lt;pre&gt;var v8e614 =vc2b33.GetSchedulerHeader();
if (v8e614) {
  var vff099 =v8e614.rows[0].cells[0];
  ...
}&lt;/pre&gt;

&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Vince&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>