<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.crowehorwath.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx</link><description>Situation CRM has out of the box capabilities to add IFrames to entity forms. These IFrames can allow a user to access any webpage inside of a system or custom CRM form. The beauty of CRM comes to light here, with the fact that CRM forms are html web</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#21574</link><pubDate>Mon, 22 Jun 2009 20:52:12 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:21574</guid><dc:creator>Rodrigo</dc:creator><description>&lt;p&gt;when click in the new button, how i can take de objectid of parent window, in the case the iframe ?&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=21574" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#4754</link><pubDate>Mon, 15 Dec 2008 19:50:43 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:4754</guid><dc:creator>Danny Varghese</dc:creator><description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;To get around this, I check the form type when it loads. &amp;nbsp;So if the form type = 1 (new/create form), then I don&amp;#39;t call the code. &amp;nbsp;This will prevent the error from happening. &amp;nbsp;Hope that helps!&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=4754" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#4630</link><pubDate>Wed, 03 Dec 2008 15:53:38 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:4630</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;I get an error where the IFrame is when creating a new account . &amp;nbsp;Can you append your code to deal with the null? &amp;nbsp;Accounts with existing records for my custom entity show up fine in the IFrame&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=4630" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#4122</link><pubDate>Tue, 14 Oct 2008 14:51:43 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:4122</guid><dc:creator>Danny Varghese</dc:creator><description>&lt;p&gt;Hi Katyc,&lt;/p&gt;
&lt;p&gt;I_Frames reference a URL, so you can simply put the URL for the advanced find. &amp;nbsp;Now if you want the advanced find to run with specific parameters found on the form you&amp;#39;re on, then you can dynamically build the url and set the I_FRAME url as mentioned in this blog. &amp;nbsp;Hope this helps, good luck!&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=4122" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#4120</link><pubDate>Tue, 14 Oct 2008 13:24:31 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:4120</guid><dc:creator>Danny Varghese</dc:creator><description>&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;The way you can find that &amp;quot;area&amp;quot; parameter out is either you can type &amp;quot;ctrl-n&amp;quot; &amp;nbsp;to open a new IE page and then view the source of the page, or if your IE toolbar allows to view the source directly. &amp;nbsp;Once you have the page source code visible, search for that parameter and you can just copy and paste! &amp;nbsp;Good luck!&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=4120" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#4050</link><pubDate>Thu, 04 Sep 2008 13:43:21 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:4050</guid><dc:creator>Jordan</dc:creator><description>&lt;p&gt;I think this is what Katyc meant: &lt;/p&gt;
&lt;p&gt;She wanted to use a different view other than the standard associated view for an iFrame. (Example: &amp;quot;Advanced Find&amp;quot; view)&lt;/p&gt;
&lt;p&gt;-------------------------&lt;/p&gt;
&lt;p&gt;Hi Katyc,&lt;/p&gt;
&lt;p&gt;Sorry for the late response, but I&amp;#39;ve been away for about two months and am just getting back. &amp;nbsp;Could you please be more specific in your question? &amp;nbsp;What kind of view? &amp;nbsp;Thanks!&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=4050" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#3817</link><pubDate>Fri, 15 Aug 2008 14:54:36 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:3817</guid><dc:creator>Rob</dc:creator><description>&lt;p&gt;where does the area* part of the url come from how do i find this out....&lt;/p&gt;
&lt;p&gt;above it says -&amp;gt; tabSet=areaActivityHistory&lt;/p&gt;
&lt;p&gt;many thanks&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=3817" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#1113</link><pubDate>Thu, 22 May 2008 18:14:24 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:1113</guid><dc:creator>Danny Varghese</dc:creator><description>&lt;p&gt;Hi Jason,&lt;/p&gt;
&lt;p&gt;Sorry for the late response, but I&amp;#39;ve been away for about two months and just getting back. &amp;nbsp;To answer your question, you have to add a new parameter for N:N relationships. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;When you&amp;#39;re creating the url, you&amp;#39;ll have to append the following to the string: + &amp;quot;&amp;amp;roleOrd=2&amp;quot;;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure what the parameter is but it seems to indicate the relationship ordinal, or which side of the relationship you want viewed in the I_Frame. &amp;nbsp;The parameter name is static, but the value of &amp;quot;2&amp;quot; can be &amp;quot;1&amp;quot; is some cases. &amp;nbsp;If I find out more, I&amp;#39;ll be sure to update this.&lt;/p&gt;
&lt;p&gt;Hope this helps, thanks for your patience!&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=1113" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#1112</link><pubDate>Thu, 22 May 2008 18:11:06 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:1112</guid><dc:creator>Danny Varghese</dc:creator><description>&lt;p&gt;Hi Katyc,&lt;/p&gt;
&lt;p&gt;Sorry for the late response, but I&amp;#39;ve been away for about two months and am just getting back. &amp;nbsp;Could you please be more specific in your question? &amp;nbsp;What kind of view? &amp;nbsp;Thanks!&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=1112" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#970</link><pubDate>Fri, 09 May 2008 18:33:37 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:970</guid><dc:creator>Darryl</dc:creator><description>&lt;p&gt;This worked with first install and saved me hours of tinkering with other jscript approaches.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=970" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#969</link><pubDate>Fri, 09 May 2008 00:11:05 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:969</guid><dc:creator>Jason</dc:creator><description>&lt;p&gt;Have you tried this with a N:N relationship? I am struggling to get this to work. any ideas?&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=969" width="1" height="1"&gt;</description></item><item><title>re: Adding An IFrame That Contains A View Of Related Entity</title><link>http://www.crowehorwath.com/cs/blogs/crm/archive/2008/03/18/adding-an-i-frame-that-contains-a-view-of-related-entity.aspx#620</link><pubDate>Mon, 14 Apr 2008 01:03:28 GMT</pubDate><guid isPermaLink="false">733c1265-83be-4492-a5ff-7e2be949a514:620</guid><dc:creator>Katyc</dc:creator><description>&lt;p&gt;I use this code but i cant create or select anothe view in this iframe.&lt;/p&gt;
&lt;p&gt;could you help me pls&lt;/p&gt;
&lt;img src="http://www.crowehorwath.com/cs/aggbug.aspx?PostID=620" width="1" height="1"&gt;</description></item></channel></rss>