<?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 to change the status of the documents by using lotus scheduled agent</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-change-the-status-of-the-documents-by-using-scheduled-agent/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-change-the-status-of-the-documents-by-using-scheduled-agent/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 06:31:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: brooklynegg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-change-the-status-of-the-documents-by-using-scheduled-agent/#comment-52692</link>
		<dc:creator>brooklynegg</dc:creator>
		<pubDate>Thu, 10 Apr 2008 13:58:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-52692</guid>
		<description><![CDATA[Clearly, AGuirard&#039;s answer is far superior to mine. If the modification needs to be included within existing LotusScript, you could leverage my suggestion. Otherwise, the formula code AGuirrard provided it much better.]]></description>
		<content:encoded><![CDATA[<p>Clearly, AGuirard&#8217;s answer is far superior to mine. If the modification needs to be included within existing LotusScript, you could leverage my suggestion. Otherwise, the formula code AGuirrard provided it much better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brooklynegg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-change-the-status-of-the-documents-by-using-scheduled-agent/#comment-52676</link>
		<dc:creator>brooklynegg</dc:creator>
		<pubDate>Wed, 09 Apr 2008 13:33:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-52676</guid>
		<description><![CDATA[Check into these methods and objects in designer help. The code this comes from deletes all attachments from any notes documents older than 30 days.

&#039; declare and set a comparative value equal to now
 Dim rightnow As notesdatetime
 Set rightnow = New notesdatetime (Now)
	
&#039; set the comparative value back 30 days
 Call rightnow.adjustday(-30) &#039; set to 30 days ago
&#039;get a collection of documents
&#039;Loop through the documents.

If (doc.created &lt; rightnow.LSLocalTime)  Then
  &#039;Do processing
End If]]></description>
		<content:encoded><![CDATA[<p>Check into these methods and objects in designer help. The code this comes from deletes all attachments from any notes documents older than 30 days.</p>
<p>&#8216; declare and set a comparative value equal to now<br />
 Dim rightnow As notesdatetime<br />
 Set rightnow = New notesdatetime (Now)</p>
<p>&#8216; set the comparative value back 30 days<br />
 Call rightnow.adjustday(-30) &#8216; set to 30 days ago<br />
&#8216;get a collection of documents<br />
&#8216;Loop through the documents.</p>
<p>If (doc.created &lt; rightnow.LSLocalTime)  Then<br />
  &#8216;Do processing<br />
End If</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 3/10 queries in 0.041 seconds using memcached
Object Caching 281/287 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 06:49:01 -->