<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Note regarding crmForm.FormType</title>
	<atom:link href="http://blogs.infinite-x.net/2007/08/21/note-regarding-crmformformtype/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.infinite-x.net/2007/08/21/note-regarding-crmformformtype/</link>
	<description>Knowledge found and lost while working with Microsoft CRM</description>
	<pubDate>Wed, 19 Nov 2008 23:35:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: mitch</title>
		<link>http://blogs.infinite-x.net/2007/08/21/note-regarding-crmformformtype/#comment-1187</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Mon, 01 Sep 2008 13:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/08/21/note-regarding-crmformformtype/#comment-1187</guid>
		<description>Garcia,

That's really not something that would work the way you think it would.  Nor would it be something I'd try.

Mitch</description>
		<content:encoded><![CDATA[<p>Garcia,</p>
<p>That&#039;s really not something that would work the way you think it would.  Nor would it be something I&#039;d try.</p>
<p>Mitch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.Garcia</title>
		<link>http://blogs.infinite-x.net/2007/08/21/note-regarding-crmformformtype/#comment-1182</link>
		<dc:creator>A.Garcia</dc:creator>
		<pubDate>Fri, 29 Aug 2008 04:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/08/21/note-regarding-crmformformtype/#comment-1182</guid>
		<description>Hi Mitch,

Have you ever tried to force the change of a form type in an OnLoad event?  For example, if a certain set of fields meet pre-defined criteria, then set the type from 2 to 3 or 2 to 4 thereby making a temporary override of the user's security rights on just that form (not the entity at large)?</description>
		<content:encoded><![CDATA[<p>Hi Mitch,</p>
<p>Have you ever tried to force the change of a form type in an OnLoad event?  For example, if a certain set of fields meet pre-defined criteria, then set the type from 2 to 3 or 2 to 4 thereby making a temporary override of the user&#039;s security rights on just that form (not the entity at large)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitch</title>
		<link>http://blogs.infinite-x.net/2007/08/21/note-regarding-crmformformtype/#comment-530</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Fri, 14 Sep 2007 14:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/08/21/note-regarding-crmformformtype/#comment-530</guid>
		<description>Andy,

That is an excellent point.  I have an article discribing just such a situation - http://blogs.infinite-x.net/2007/03/19/verifying-form-context-before-invoking-javascript-code/

But I totally forgot to reference it in the article.

Thanks for the reminder.

Mitch</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>That is an excellent point.  I have an article discribing just such a situation - <a href="http://blogs.infinite-x.net/2007/03/19/verifying-form-context-before-invoking-javascript-code/" rel="nofollow">http://blogs.infinite-x.net/2007/03/19/verifying-form-context-before-invoking-javascript-code/</a></p>
<p>But I totally forgot to reference it in the article.</p>
<p>Thanks for the reminder.</p>
<p>Mitch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Milner</title>
		<link>http://blogs.infinite-x.net/2007/08/21/note-regarding-crmformformtype/#comment-528</link>
		<dc:creator>Andy Milner</dc:creator>
		<pubDate>Tue, 11 Sep 2007 11:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/08/21/note-regarding-crmformformtype/#comment-528</guid>
		<description>Hi Mitch

Something else to consider when using code on the onload event and form types is when a user selects the quick create option.  In this case the form is different to the standard one (less fields).  Should your code reference one of the fields from the standard form but not the quick create form then you can run into problems and generate error messages for the user (not nice).

To resolve this you can check if the FormType is set to 5 (quick create) and code appropriatley.

Andy.</description>
		<content:encoded><![CDATA[<p>Hi Mitch</p>
<p>Something else to consider when using code on the onload event and form types is when a user selects the quick create option.  In this case the form is different to the standard one (less fields).  Should your code reference one of the fields from the standard form but not the quick create form then you can run into problems and generate error messages for the user (not nice).</p>
<p>To resolve this you can check if the FormType is set to 5 (quick create) and code appropriatley.</p>
<p>Andy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
