<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>dynamicsxrmtools Discussions Rss Feed</title><link>https://dynamicsxrmtools.codeplex.com/discussions</link><description>dynamicsxrmtools Discussions Rss Description</description><item><title>New Post: Problems Importing after Installation</title><link>http://dynamicsxrmtools.codeplex.com/discussions/438372</link><description>&lt;div style="line-height: normal;"&gt;I completed the installation of the solution, but have not been successful at importing a tool. I looked at previous threads where you suggested to look at the SDK Message Processing. The import is not showing there either. I tried a reinstall with no success. Do you still recommend using the previous solution?&lt;br /&gt;
&lt;/div&gt;</description><author>damcneil</author><pubDate>Thu, 28 Mar 2013 18:58:45 GMT</pubDate><guid isPermaLink="false">New Post: Problems Importing after Installation 20130328065845P</guid></item><item><title>New Post: Error running Javascript Generated</title><link>http://dynamicsxrmtools.codeplex.com/discussions/433319</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I've used the query designer to generate some javascript code.  I can see the XML data in Internet Explorer when I browse to the URL.  The problem is when I put the Javascript code into a OnChange event in my form.  It states:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;OData Execution Error Occurred&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This is the code I am using:&lt;br /&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
RetrieveRecords : function(new_MonthofQuestionnaire){&lt;br /&gt;
var query = &amp;quot;/IncidentSet?$select=new_ADR,new_ADR2011,new_ADRVariance&amp;amp;$orderby=ContactId asc&amp;amp;$filter=new_MonthofQuestionnaire/Value eq &amp;quot;+new_MonthofQuestionnaire+&amp;quot;&amp;quot;;&lt;br /&gt;
ExecuteQuery(query);&lt;br /&gt;
}&lt;br /&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
//&lt;br /&gt;
// ExecuteQuery executes the specified OData Query asyncronously&lt;br /&gt;
//&lt;br /&gt;
// NOTE: Requires JSON and jQuery libraries. Review this Microsoft MSDN article before &lt;br /&gt;
//       using this script &lt;a href="http://msdn.microsoft.com/en-us/library/gg328025.aspx
//
function" rel="nofollow"&gt;http://msdn.microsoft.com/en-us/library/gg328025.aspx
//
function&lt;/a&gt; ExecuteQuery(ODataQuery) {&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;var serverUrl = Xrm.Page.context.getServerUrl();

// Adjust URL for differences between on premise and online 
if (serverUrl.match(/\/$/)) {
    serverUrl = serverUrl.substring(0, serverUrl.length - 1);
}

var ODataURL = serverUrl + &amp;quot;/XRMServices/2011/OrganizationData.svc&amp;quot; + ODataQuery;

$.ajax({
    type: &amp;quot;GET&amp;quot;,
    contentType: &amp;quot;application/json; charset=utf-8&amp;quot;,
    datatype: &amp;quot;json&amp;quot;,
    url: ODataURL,
    beforeSend: function (XMLHttpRequest) {
        XMLHttpRequest.setRequestHeader(&amp;quot;Accept&amp;quot;, &amp;quot;application/json&amp;quot;);
    },
    success: function (data, textStatus, XmlHttpRequest) {
        //
        // Handle result from successful execution
        //
        // e.g. data.d.results
    },
    error: function (XmlHttpRequest, textStatus, errorObject) {
        //
        // Handle result from unsuccessful execution
        //
        alert(&amp;quot;OData Execution Error Occurred&amp;quot;);
    }
});&lt;/code&gt;&lt;/pre&gt;

}&lt;br /&gt;
&lt;br /&gt;
//&lt;br /&gt;
// Error Handler&lt;br /&gt;
//&lt;br /&gt;
function ErrorHandler(XMLHttpRequest, textStatus, errorObject)&lt;br /&gt;
{ alert(&amp;quot;Error Occurred : &amp;quot; + textStatus + &amp;quot;: &amp;quot; + JSON.parse(XMLHttpRequest.responseText).error.message.value); }&lt;br /&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
Any insight as to why this isn't working correctly?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Devin&lt;br /&gt;
&lt;/div&gt;</description><author>DevinRaw</author><pubDate>Fri, 15 Feb 2013 21:05:20 GMT</pubDate><guid isPermaLink="false">New Post: Error running Javascript Generated 20130215090520P</guid></item><item><title>New Post: OptionSet labels</title><link>https://dynamicsxrmtools.codeplex.com/discussions/432202</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I can't seem to find a way to get the 'label' from an Option Set results in the ODATA queries.&lt;/p&gt;
&lt;p&gt;Example: &lt;a href="http://crm2011dev/SPS/xrmservices/2011/OrganizationData.svc/AccountSet?$select=AccountRatingCode,Address1_AddressTypeCode" rel="nofollow"&gt;http://crm2011dev/SPS/xrmservices/2011/OrganizationData.svc/AccountSet?$select=AccountRatingCode,Address1_AddressTypeCode&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This returns the option set value (1,2), but not the label ('Home', 'Work').&lt;/p&gt;
&lt;p&gt;I tried to query the StringMapSet using OData, but that generates an error: &lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;Resource not found for the segment 'StringMapSet'&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>ChrisH1566</author><pubDate>Wed, 06 Feb 2013 15:22:30 GMT</pubDate><guid isPermaLink="false">New Post: OptionSet labels 20130206032230P</guid></item><item><title>New Post: Version 1.0.0.4 problems</title><link>http://dynamicsxrmtools.codeplex.com/discussions/401052</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am getting the &amp;quot;spinning&amp;quot; to 100% as well, so I downloaded 10003 and install with same result.&amp;nbsp; I am on UR11 if that makes a difference.&lt;/p&gt;
&lt;/div&gt;</description><author>kcompter</author><pubDate>Wed, 02 Jan 2013 21:31:58 GMT</pubDate><guid isPermaLink="false">New Post: Version 1.0.0.4 problems 20130102093158P</guid></item><item><title>New Post: Version 1.0.0.4 problems</title><link>http://dynamicsxrmtools.codeplex.com/discussions/401052</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've reverted the download to 1.0.0.3 until I can resolve the issue with 1.0.0.4.&lt;/p&gt;
&lt;p&gt;Sorry for the inconvenience.&lt;/p&gt;
&lt;p&gt;Rhett&lt;/p&gt;
&lt;/div&gt;</description><author>RhettClinton</author><pubDate>Wed, 02 Jan 2013 12:25:41 GMT</pubDate><guid isPermaLink="false">New Post: Version 1.0.0.4 problems 20130102122541P</guid></item><item><title>New Post: Problem running Install</title><link>http://dynamicsxrmtools.codeplex.com/discussions/405791</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've reverted the download to 1.0.0.3 until I can resolve the issue with 1.0.0.4.&lt;/p&gt;
&lt;p&gt;Sorry for the inconvenience.&lt;/p&gt;
&lt;p&gt;Rhett&lt;/p&gt;
&lt;/div&gt;</description><author>RhettClinton</author><pubDate>Wed, 02 Jan 2013 12:24:36 GMT</pubDate><guid isPermaLink="false">New Post: Problem running Install 20130102122436P</guid></item><item><title>New Post: Problem running Install</title><link>http://dynamicsxrmtools.codeplex.com/discussions/405791</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Rhett&lt;/p&gt;
&lt;p&gt;sorry forgot to mention - using beta 1.0.0.4&lt;/p&gt;
&lt;p&gt;Checked all that. All OK then I saw the comment about the JS Converter module so I opened up the zip file and could not see anything relating to JS Converter&lt;/p&gt;
&lt;p&gt;So I downloaded and looked inside the 1.0.0 on-premise beta&lt;/p&gt;
&lt;p&gt;That does have it so I'll revert to that for the moment&lt;/p&gt;
&lt;/div&gt;</description><author>paulus_999</author><pubDate>Thu, 06 Dec 2012 15:22:45 GMT</pubDate><guid isPermaLink="false">New Post: Problem running Install 20121206032245P</guid></item><item><title>New Post: Problem running Install</title><link>http://dynamicsxrmtools.codeplex.com/discussions/405791</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;You can go to Settings-&amp;gt;Solutions then open the Dynamics XRM Tools solution. Look on the left nab pane for SDK message processing steps and check the items' status.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;In the solution list you would also see the JS Converter module if it downloaded correctly.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;If it seems to still fail then uninstall/reinstall the DXTools solution.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;As a fallback you can download the original beta DXTools as a whole package instead of using the new install modules feature.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;Rhett&lt;br&gt;
&lt;br&gt;
On 6 Dec 2012, at 11:36, &amp;quot;paulus_999&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;blockquote type="cite"&gt;
&lt;div&gt;
&lt;p&gt;From: paulus_999&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;
&lt;p&gt;Hi Rhett&lt;/p&gt;
&lt;p&gt;Thanks for the prompt response. I did check the box on initial install. Where else should I be checking it now?&lt;/p&gt;
&lt;p&gt;sorry for the idiocy of the question or is it a case of deleting the solution and re-importing?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;</description><author>RhettClinton</author><pubDate>Thu, 06 Dec 2012 11:45:54 GMT</pubDate><guid isPermaLink="false">New Post: Problem running Install 20121206114554A</guid></item><item><title>New Post: Problem running Install</title><link>http://dynamicsxrmtools.codeplex.com/discussions/405791</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Rhett&lt;/p&gt;
&lt;p&gt;Thanks for the prompt response. I did check the box on initial install. Where else should I be checking it now?&lt;/p&gt;
&lt;p&gt;sorry for the idiocy of the question or is it a case of deleting the solution and re-importing?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;/div&gt;</description><author>paulus_999</author><pubDate>Thu, 06 Dec 2012 11:35:51 GMT</pubDate><guid isPermaLink="false">New Post: Problem running Install 20121206113551A</guid></item><item><title>New Post: Problem running Install</title><link>http://dynamicsxrmtools.codeplex.com/discussions/405791</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;Check to make sure the plugin steps for the Dynamics XRM Tools solution are enabled.
&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;Thanks,&lt;/div&gt;
&lt;div&gt;Rhett&lt;br&gt;
&lt;br&gt;
On 6 Dec 2012, at 10:57, &amp;quot;paulus_999&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;blockquote type="cite"&gt;
&lt;div&gt;
&lt;p&gt;From: paulus_999&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;
&lt;p&gt;Hi All&lt;/p&gt;
&lt;p&gt;Using on-premise crm2011&lt;/p&gt;
&lt;p&gt;Installed the solution OK&lt;/p&gt;
&lt;p&gt;trying to use the configuration screen to install the javascript converter&lt;/p&gt;
&lt;p&gt;click on the install button and it just hangs. Progress bar does not move and there is no traffic on the database.&lt;/p&gt;
&lt;p&gt;Have tried rebooting all servers to no avail&lt;/p&gt;
&lt;p&gt;any ideas?&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;</description><author>RhettClinton</author><pubDate>Thu, 06 Dec 2012 11:02:44 GMT</pubDate><guid isPermaLink="false">New Post: Problem running Install 20121206110244A</guid></item><item><title>New Post: Problem running Install</title><link>http://dynamicsxrmtools.codeplex.com/discussions/405791</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi All&lt;/p&gt;
&lt;p&gt;Using on-premise crm2011&lt;/p&gt;
&lt;p&gt;Installed the solution &amp;nbsp;OK&lt;/p&gt;
&lt;p&gt;trying to use the configuration screen to install the javascript converter&lt;/p&gt;
&lt;p&gt;click on the install button and it just hangs. Progress bar does not move and there is no traffic on the database.&lt;/p&gt;
&lt;p&gt;Have tried rebooting all servers to no avail&lt;/p&gt;
&lt;p&gt;any ideas?&lt;/p&gt;
&lt;/div&gt;</description><author>paulus_999</author><pubDate>Thu, 06 Dec 2012 10:56:55 GMT</pubDate><guid isPermaLink="false">New Post: Problem running Install 20121206105655A</guid></item><item><title>New Post: Javascript Converter and cross-browser support</title><link>http://dynamicsxrmtools.codeplex.com/discussions/404641</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;Accessing CRM fields using crmForm.all.fieldname.Value may be depreciated in the near future. The issue you have identified using the tool and the found text Value may or bay not be an issue, I'm not sure because I haven't seen your code.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;Rhett&lt;br&gt;
&lt;br&gt;
On 26 Nov 2012, at 22:52, &amp;quot;dani050606&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;blockquote type="cite"&gt;
&lt;div&gt;
&lt;p&gt;From: dani050606&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;What about the OData Query tool? Sounds like queries used in JavaScript will work cross-browser. Do you know if this is true? Some of my javascript uses JSON with “.Value”, which shows as a possible issue in blue
 text within the JavaScript validation tool.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#1C3967; font-weight:bold"&gt;Danielle Aronson&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="color:Goldenrod; font-weight:bold"&gt;Manager&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.tribridge.com/customer-connect-2012.aspx "&gt;&lt;img id="IMG1" border="0" src="cid:image6cbedf.JPG@3b1f2c4d.42b53359" width="368" height="156"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.tribridge.com/Events/Event-Registration.aspx?EventId=1788&amp;rv=es"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.tribridge.com/Events/Event-Registration.aspx?EventId=1774&amp;rv=es  "&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Office:617.933.2953 x128&lt;br&gt;
Mobile: 248.462.4100&lt;br&gt;
Fax: 978.776.2602&lt;br&gt;
Email: &lt;a href="mailto:Danielle.Aronson@tribridge.com" title="Click to send email to Danielle Aronson" target=""&gt;
Danielle.Aronson@tribridge.com&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span style="color:goldenrod; font-weight:bold"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:goldenrod; font-weight:bold"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:goldenrod; font-weight:bold"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:goldenrod; font-weight:bold"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:goldenrod; font-weight:bold"&gt;Tribridge&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a title="www.tribridge.com" href="http://www.tribridge.com" target="_blank"&gt;&lt;font color="#2b6daa" size="2" face="Tahoma"&gt;&lt;strong&gt;www.tribridge.com&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Tahoma"&gt; |
&lt;/font&gt;&lt;a title="Facebook" href="http://www.tribridge.com/facebook" target="_blank"&gt;&lt;font color="#2b6daa" size="2" face="Tahoma"&gt;&lt;strong&gt;Facebook&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Tahoma"&gt; |
&lt;/font&gt;&lt;a title="Twitter" href="http://www.tribridge.com/twitter" target="_blank"&gt;&lt;font color="#2b6daa" size="2" face="Tahoma"&gt;&lt;strong&gt;Twitter&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Tahoma"&gt; |
&lt;/font&gt;&lt;a title="LinkedIn" href="http://www.tribridge.com/linkedin" target="_blank"&gt;&lt;font color="#2b6daa" size="2" face="Tahoma"&gt;&lt;strong&gt;LinkedIn&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Tahoma"&gt; |
&lt;/font&gt;&lt;a title="Blogs" href="http://www.tribridge.com/blogs" target="_blank"&gt;&lt;font color="#2b6daa" size="2" face="Tahoma"&gt;&lt;strong&gt;Blogs&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color="#1c3967" size="2" face="Tahoma"&gt;&lt;strong&gt;Helping our Customers become more Productive, Profitable, Competitive and Secure&lt;/strong&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color="#595959" size="1" face="Tahoma"&gt;&lt;em&gt;The information contained in this message and its attachments is intended only for the recipient(s) named above. This information may be privileged and confidential in nature and protected by law. If the
 reader of this message is not the intended recipient, any further review, dissemination, distribution or copying of this information is strictly prohibited. If you received this communication in error, please delete the message with its attachments and notify
 the sender immediately. &lt;/em&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0in 0in 0in"&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-size:10.0pt; font-family:"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt; font-family:"&gt; RhettClinton [email removed]
&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Monday, November 26, 2012 3:25 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; Danielle Aronson&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: Javascript Converter and cross-browser support [dynamicsxrmtools:404641]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;From: RhettClinton&lt;/span&gt;&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody" style="margin-bottom:24.0pt"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Hi, the converter tool converts the options in the ConversionList XML file, usually crm 4 to crm 2011. There are a handful of unsupported updates though feel free to update that list as required to meet your needs.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;I may alter the base version if there is demand and examples but until I haven't heard much about this requirement until I just received your email.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;You could take a look at this tool for detection.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Cheers,&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p style="margin-bottom:12.0pt"&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Rhett&lt;br&gt;
&lt;br&gt;
On 26 Nov 2012, at 20:13, &amp;quot;dani050606&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;blockquote style="margin-top:5.0pt; margin-bottom:5.0pt"&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;From: dani050606&lt;/span&gt;&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody" style="margin-bottom:24.0pt"&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Will the javascript converter detect cross-browser support issues and provide corrections?&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;font face="Arial" color="Gray" size="1"&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;</description><author>RhettClinton</author><pubDate>Mon, 26 Nov 2012 23:04:02 GMT</pubDate><guid isPermaLink="false">New Post: Javascript Converter and cross-browser support 20121126110402P</guid></item><item><title>New Post: Javascript Converter and cross-browser support</title><link>http://dynamicsxrmtools.codeplex.com/discussions/404641</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;What about the OData Query tool? Sounds like queries used in JavaScript will work cross-browser. Do you know if this is true? Some of my javascript uses JSON with “.Value”, which shows as a possible issue in blue
 text within the JavaScript validation tool.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#1C3967; font-weight:bold"&gt;Danielle Aronson&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="color:Goldenrod; font-weight:bold"&gt;Manager&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.tribridge.com/customer-connect-2012.aspx "&gt;&lt;img id="IMG1" border="0" src="cid:image6cbedf.JPG@3b1f2c4d.42b53359" width="368" height="156"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.tribridge.com/Events/Event-Registration.aspx?EventId=1788&amp;rv=es"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.tribridge.com/Events/Event-Registration.aspx?EventId=1774&amp;rv=es  "&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Office:617.933.2953 x128&lt;br&gt;
Mobile: 248.462.4100&lt;br&gt;
Fax: 978.776.2602&lt;br&gt;
Email: &lt;a href="mailto:Danielle.Aronson@tribridge.com" title="Click to send email to Danielle Aronson" target=""&gt;
Danielle.Aronson@tribridge.com&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span style="color:goldenrod; font-weight:bold"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:goldenrod; font-weight:bold"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:goldenrod; font-weight:bold"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:goldenrod; font-weight:bold"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:goldenrod; font-weight:bold"&gt;Tribridge&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a title="www.tribridge.com" href="http://www.tribridge.com" target="_blank"&gt;&lt;font color="#2b6daa" size="2" face="Tahoma"&gt;&lt;strong&gt;www.tribridge.com&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Tahoma"&gt; |
&lt;/font&gt;&lt;a title="Facebook" href="http://www.tribridge.com/facebook" target="_blank"&gt;&lt;font color="#2b6daa" size="2" face="Tahoma"&gt;&lt;strong&gt;Facebook&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Tahoma"&gt; |
&lt;/font&gt;&lt;a title="Twitter" href="http://www.tribridge.com/twitter" target="_blank"&gt;&lt;font color="#2b6daa" size="2" face="Tahoma"&gt;&lt;strong&gt;Twitter&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Tahoma"&gt; |
&lt;/font&gt;&lt;a title="LinkedIn" href="http://www.tribridge.com/linkedin" target="_blank"&gt;&lt;font color="#2b6daa" size="2" face="Tahoma"&gt;&lt;strong&gt;LinkedIn&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Tahoma"&gt; |
&lt;/font&gt;&lt;a title="Blogs" href="http://www.tribridge.com/blogs" target="_blank"&gt;&lt;font color="#2b6daa" size="2" face="Tahoma"&gt;&lt;strong&gt;Blogs&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color="#1c3967" size="2" face="Tahoma"&gt;&lt;strong&gt;Helping our Customers become more Productive, Profitable, Competitive and Secure&lt;/strong&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color="#595959" size="1" face="Tahoma"&gt;&lt;em&gt;The information contained in this message and its attachments is intended only for the recipient(s) named above. This information may be privileged and confidential in nature and protected by law. If the
 reader of this message is not the intended recipient, any further review, dissemination, distribution or copying of this information is strictly prohibited. If you received this communication in error, please delete the message with its attachments and notify
 the sender immediately. &lt;/em&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0in 0in 0in"&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-size:10.0pt; font-family:"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt; font-family:"&gt; RhettClinton [email removed]
&lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Monday, November 26, 2012 3:25 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; Danielle Aronson&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: Javascript Converter and cross-browser support [dynamicsxrmtools:404641]&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;From: RhettClinton&lt;/span&gt;&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody" style="margin-bottom:24.0pt"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Hi, the converter tool converts the options in the ConversionList XML file, usually crm 4 to crm 2011. There are a handful of unsupported updates though feel free to update that list as required to meet your needs.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;I may alter the base version if there is demand and examples but until I haven't heard much about this requirement until I just received your email.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;You could take a look at this tool for detection.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Cheers,&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p style="margin-bottom:12.0pt"&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Rhett&lt;br&gt;
&lt;br&gt;
On 26 Nov 2012, at 20:13, &amp;quot;dani050606&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;blockquote style="margin-top:5.0pt; margin-bottom:5.0pt"&gt;
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;From: dani050606&lt;/span&gt;&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody" style="margin-bottom:24.0pt"&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt; font-family:"&gt;Will the javascript converter detect cross-browser support issues and provide corrections?&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;font face="Arial" color="Gray" size="1"&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;</description><author>dani050606</author><pubDate>Mon, 26 Nov 2012 22:52:02 GMT</pubDate><guid isPermaLink="false">New Post: Javascript Converter and cross-browser support 20121126105202P</guid></item><item><title>New Post: Javascript Converter and cross-browser support</title><link>http://dynamicsxrmtools.codeplex.com/discussions/404641</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;Hi, the converter tool converts the options in the ConversionList XML file, usually crm 4 to crm 2011. There are a handful of unsupported updates though feel free to update that list as required to meet your needs.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;I may alter the base version if there is demand and examples but until I haven't heard much about this requirement until I just received your email.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;You could take a look at this tool for detection.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;Rhett&lt;br&gt;
&lt;br&gt;
On 26 Nov 2012, at 20:13, &amp;quot;dani050606&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;blockquote type="cite"&gt;
&lt;div&gt;
&lt;p&gt;From: dani050606&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;
&lt;p&gt;Will the javascript converter detect cross-browser support issues and provide corrections?&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>RhettClinton</author><pubDate>Mon, 26 Nov 2012 20:24:32 GMT</pubDate><guid isPermaLink="false">New Post: Javascript Converter and cross-browser support 20121126082432P</guid></item><item><title>New Post: Javascript Converter and cross-browser support</title><link>http://dynamicsxrmtools.codeplex.com/discussions/404641</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Will the javascript converter detect cross-browser support issues and provide corrections?&amp;nbsp; Also, will javascript created using teh OData Query Designer and JSON work in browsers other than IE?&lt;/p&gt;
&lt;/div&gt;</description><author>dani050606</author><pubDate>Mon, 26 Nov 2012 20:13:42 GMT</pubDate><guid isPermaLink="false">New Post: Javascript Converter and cross-browser support 20121126081342P</guid></item><item><title>New Post: Potential issues with cross-browser support?</title><link>http://dynamicsxrmtools.codeplex.com/discussions/404628</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;The plan is to use IE. The tools are admin/developer focussed built using SilverLight, if a browser doesn't have Silverlight support then Dynamics XRM tools won't be able to run, nothing we can fix sorry.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;Rhett&lt;br&gt;
&lt;br&gt;
On 26 Nov 2012, at 18:08, &amp;quot;mcross9095&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;blockquote type="cite"&gt;
&lt;div&gt;
&lt;p&gt;From: mcross9095&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;
&lt;p&gt;I have a client using CRM Online and the Dynamics CRM Tools (Online) solution installed. I ran the Microsoft Custom Code Validation Tool (&lt;a href="http://www.microsoft.com/en-in/download/details.aspx?id=30151"&gt;http://www.microsoft.com/en-in/download/details.aspx?id=30151&lt;/a&gt;)
 and it flagged some items from your solution that might not work with other browsers besides Internet Explorer. Are those true issues? If so, what is the plan for fixing them?&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;</description><author>RhettClinton</author><pubDate>Mon, 26 Nov 2012 18:39:22 GMT</pubDate><guid isPermaLink="false">New Post: Potential issues with cross-browser support? 20121126063922P</guid></item><item><title>New Post: Potential issues with cross-browser support?</title><link>http://dynamicsxrmtools.codeplex.com/discussions/404628</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have a client using CRM Online and the Dynamics CRM Tools (Online) solution installed. I ran the Microsoft Custom Code Validation Tool (&lt;a href="http://www.microsoft.com/en-in/download/details.aspx?id=30151"&gt;http://www.microsoft.com/en-in/download/details.aspx?id=30151&lt;/a&gt;)
 and it flagged some items from your solution that might not work with other browsers besides Internet Explorer. Are those true issues? If so, what is the plan for fixing them?&lt;/p&gt;
&lt;/div&gt;</description><author>mcross9095</author><pubDate>Mon, 26 Nov 2012 18:08:36 GMT</pubDate><guid isPermaLink="false">New Post: Potential issues with cross-browser support? 20121126060836P</guid></item><item><title>New Post: Version 1.0.0.4 problems</title><link>http://dynamicsxrmtools.codeplex.com/discussions/401052</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;Try refreshing the browser or reopen the browser and the change should take affect. Otherwise clear your cache and try again, sometimes web resources get cached and delay the UI experience.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;Thanks,&lt;/div&gt;
&lt;div&gt;Rhett&lt;br&gt;
&lt;br&gt;
On 29 Oct 2012, at 18:52, &amp;quot;rriopel432&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;blockquote type="cite"&gt;
&lt;div&gt;
&lt;p&gt;From: rriopel432&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;
&lt;p&gt;I'm in an onpremise environment with Claims authentication. I don't see any additional buttons after enabling the OData tool.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;</description><author>RhettClinton</author><pubDate>Mon, 29 Oct 2012 18:55:43 GMT</pubDate><guid isPermaLink="false">New Post: Version 1.0.0.4 problems 20121029065543P</guid></item><item><title>New Post: Version 1.0.0.4 problems</title><link>http://dynamicsxrmtools.codeplex.com/discussions/401052</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm in an onpremise environment with Claims authentication.&amp;nbsp; I don't see any additional buttons after enabling the OData tool.&lt;/p&gt;&lt;/div&gt;</description><author>rriopel432</author><pubDate>Mon, 29 Oct 2012 18:52:18 GMT</pubDate><guid isPermaLink="false">New Post: Version 1.0.0.4 problems 20121029065218P</guid></item><item><title>New Post: Version 1.0.0.4 problems</title><link>http://dynamicsxrmtools.codeplex.com/discussions/401052</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ok so in the CRM Online environment I have been able to install the Metadata Browser, Query Designer, and Statics tools.&amp;nbsp; I close the browser and start a new session when I goto the "Start" navigation option I am able to see the installed tools but, the ribbon bar of the tool does not show any additional buttons.&amp;nbsp; I am not able to access the installed tools.&lt;/p&gt;
&lt;p&gt;Still having the same problem in my On-Premise version where clicking on the start button never loads the Silver Light app.&amp;nbsp; Just shows the progress indicator at 100% and keeps spinning.&amp;nbsp; Again, the On-Premise is running via IFD.&lt;/p&gt;&lt;/div&gt;</description><author>dipple</author><pubDate>Mon, 29 Oct 2012 00:02:22 GMT</pubDate><guid isPermaLink="false">New Post: Version 1.0.0.4 problems 20121029120222A</guid></item></channel></rss>