 




<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How can I get the exact Lotus Notes Form that the document actually created?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-get-the-exact-form-that-the-document-actually-created/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-get-the-exact-form-that-the-document-actually-created/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 17:13:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: sppradip</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-get-the-exact-form-that-the-document-actually-created/#comment-60384</link>
		<dc:creator>sppradip</dc:creator>
		<pubDate>Fri, 27 Feb 2009 03:06:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-60384</guid>
		<description><![CDATA[THnx all of you I think it will help me]]></description>
		<content:encoded><![CDATA[<p>THnx all of you I think it will help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brooklynegg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-get-the-exact-form-that-the-document-actually-created/#comment-60357</link>
		<dc:creator>brooklynegg</dc:creator>
		<pubDate>Thu, 26 Feb 2009 14:54:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-60357</guid>
		<description><![CDATA[As previously mentioned in the Answer section (addition by RodHogeland), you can add a computed-when-composed field to each form and calculate a unique value in that field. The name of the field could be Form_Orig. When you traverse the document object in your C# code, you can reference this field to take distinct actions based on its value.

Note that forms are GUIs that contain code to support business rules. Documents are created by Save actions on forms (and other backend actions that can compute a new document based on the form of your choice). Therefore your statement in your original question is backward -- &quot;how can I get the exact Form that the document actually created&quot; -- this is not what happens. The documents are created when saved in a form, not the other way around. (just wanted to be clear on that point).

Finally, I did think of a common example in which multiple forms have the same alias. However, this is used to present the proper form for the client. For instance, a Calendar form for Notes, Web, or Mobile could each have the same alias. Depending on which interface the user is in, the correctly formatted and coded form would be used.

Hope this helps.]]></description>
		<content:encoded><![CDATA[<p>As previously mentioned in the Answer section (addition by RodHogeland), you can add a computed-when-composed field to each form and calculate a unique value in that field. The name of the field could be Form_Orig. When you traverse the document object in your C# code, you can reference this field to take distinct actions based on its value.</p>
<p>Note that forms are GUIs that contain code to support business rules. Documents are created by Save actions on forms (and other backend actions that can compute a new document based on the form of your choice). Therefore your statement in your original question is backward &#8212; &#8220;how can I get the exact Form that the document actually created&#8221; &#8212; this is not what happens. The documents are created when saved in a form, not the other way around. (just wanted to be clear on that point).</p>
<p>Finally, I did think of a common example in which multiple forms have the same alias. However, this is used to present the proper form for the client. For instance, a Calendar form for Notes, Web, or Mobile could each have the same alias. Depending on which interface the user is in, the correctly formatted and coded form would be used.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ledlincoln</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-get-the-exact-form-that-the-document-actually-created/#comment-60336</link>
		<dc:creator>ledlincoln</dc:creator>
		<pubDate>Wed, 25 Feb 2009 20:24:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-60336</guid>
		<description><![CDATA[Picture it this way.  The document is the data.  The document can be created or viewed in any form.  The alias of the form is what will be stored in the form field, and will dictate how the data is viewed (in what form) the next time the document is opened.  I think it is bad practice to have two different forms with the same alias - how does Notes determine which to use?  On the other hand, it is perfectly acceptable to have two aliases for one form.  For example, you may want to rename a form at a later time, but you don&#039;t want to modify the form field in every document.  Keep the original name as the alias and enter the new name to the left, separated by the pipe character.  In this example, &quot;New FormName&quot; will appear in the Create menu, while &quot;Original FormName&quot; is stored in the form field of each document.

New FormName &#124; Original FormName]]></description>
		<content:encoded><![CDATA[<p>Picture it this way.  The document is the data.  The document can be created or viewed in any form.  The alias of the form is what will be stored in the form field, and will dictate how the data is viewed (in what form) the next time the document is opened.  I think it is bad practice to have two different forms with the same alias &#8211; how does Notes determine which to use?  On the other hand, it is perfectly acceptable to have two aliases for one form.  For example, you may want to rename a form at a later time, but you don&#8217;t want to modify the form field in every document.  Keep the original name as the alias and enter the new name to the left, separated by the pipe character.  In this example, &#8220;New FormName&#8221; will appear in the Create menu, while &#8220;Original FormName&#8221; is stored in the form field of each document.</p>
<p>New FormName | Original FormName</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sppradip</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-get-the-exact-form-that-the-document-actually-created/#comment-60303</link>
		<dc:creator>sppradip</dc:creator>
		<pubDate>Wed, 25 Feb 2009 05:02:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-60303</guid>
		<description><![CDATA[I want to use alias same for same type FORMS.
But as this is also possible scenario, there is no question about the purpose.]]></description>
		<content:encoded><![CDATA[<p>I want to use alias same for same type FORMS.<br />
But as this is also possible scenario, there is no question about the purpose.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.010 seconds using memcached
Object Caching 310/313 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-18 18:06:05 -->