 




<?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: Closing A Uidoc From An Agent</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/closing-a-uidoc-from-an-agent/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/closing-a-uidoc-from-an-agent/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 00:24:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ledlincoln</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/closing-a-uidoc-from-an-agent/#comment-79284</link>
		<dc:creator>ledlincoln</dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:01:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-79284</guid>
		<description><![CDATA[How about modifying the design so that the actual data remains in the back end; the document that the supervisor opens is simply for data entry/viewing, and doesn&#039;t touch the back end until he clicks a &quot;Save and Close&quot; button, at which point it writes to the back-end document(s)?]]></description>
		<content:encoded><![CDATA[<p>How about modifying the design so that the actual data remains in the back end; the document that the supervisor opens is simply for data entry/viewing, and doesn&#8217;t touch the back end until he clicks a &#8220;Save and Close&#8221; button, at which point it writes to the back-end document(s)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stiletto</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/closing-a-uidoc-from-an-agent/#comment-79278</link>
		<dc:creator>stiletto</dc:creator>
		<pubDate>Fri, 16 Jul 2010 13:40:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-79278</guid>
		<description><![CDATA[Think of it this way: communication between the client and the server is initiated by the client.  So, an agent running on the server has no means of starting the conversation with the client.

Could you write an agent that runs on the client (perhaps scheduled to run at the end of the shift, but before your agent) to close things down?]]></description>
		<content:encoded><![CDATA[<p>Think of it this way: communication between the client and the server is initiated by the client.  So, an agent running on the server has no means of starting the conversation with the client.</p>
<p>Could you write an agent that runs on the client (perhaps scheduled to run at the end of the shift, but before your agent) to close things down?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mglist</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/closing-a-uidoc-from-an-agent/#comment-79243</link>
		<dc:creator>mglist</dc:creator>
		<pubDate>Thu, 15 Jul 2010 17:35:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-79243</guid>
		<description><![CDATA[Some additional information.  Yes, the user will be in a Notes Client, 6.5.3, running Windows XP.  

I have an agent running on the Notes server that knows when shifts end and sets a hidden field in the backend document so no further editing is allowed.  The PostModeChange event checks the value in this field to see whether editing is allowed.  If not, it displays an error message that futher editing is not allowed, closes the uidoc, and exits.  This makes sure that all can read the report, but no one can edit it after the shift expires.  

Some supervisors open, edit, and close the report as the shift progesses, but sometimes the report is open for edit, the supervisor get called away for problems on the floor and forgets to go back and save/close it before going home.  I was asked if my agent could check to see if the report is open when setting the expiration field, and if so, close it.  I haven&#039;t been able to find any information on how to do this.  That is why I am asking the experts for their advice.

Thanks for all your help.]]></description>
		<content:encoded><![CDATA[<p>Some additional information.  Yes, the user will be in a Notes Client, 6.5.3, running Windows XP.  </p>
<p>I have an agent running on the Notes server that knows when shifts end and sets a hidden field in the backend document so no further editing is allowed.  The PostModeChange event checks the value in this field to see whether editing is allowed.  If not, it displays an error message that futher editing is not allowed, closes the uidoc, and exits.  This makes sure that all can read the report, but no one can edit it after the shift expires.  </p>
<p>Some supervisors open, edit, and close the report as the shift progesses, but sometimes the report is open for edit, the supervisor get called away for problems on the floor and forgets to go back and save/close it before going home.  I was asked if my agent could check to see if the report is open when setting the expiration field, and if so, close it.  I haven&#8217;t been able to find any information on how to do this.  That is why I am asking the experts for their advice.</p>
<p>Thanks for all your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sliktool</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/closing-a-uidoc-from-an-agent/#comment-79161</link>
		<dc:creator>sliktool</dc:creator>
		<pubDate>Tue, 13 Jul 2010 19:02:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-79161</guid>
		<description><![CDATA[Yeah, you can&#039;t close that from your workspace, plus the IsUIDocOpen is only at the machine you are using, not another machine.

I assume this is open in the Notes Client, so, I wonder if it would be possible to set a timer on the document, and if nothing has been done (save or refresh) for say 1 hour, then the UIDoc closes and saves as it is.  Would have to research, unless someone else out there knows this can/can&#039;t be done.

What OS are the user&#039;s on?

Mike K]]></description>
		<content:encoded><![CDATA[<p>Yeah, you can&#8217;t close that from your workspace, plus the IsUIDocOpen is only at the machine you are using, not another machine.</p>
<p>I assume this is open in the Notes Client, so, I wonder if it would be possible to set a timer on the document, and if nothing has been done (save or refresh) for say 1 hour, then the UIDoc closes and saves as it is.  Would have to research, unless someone else out there knows this can/can&#8217;t be done.</p>
<p>What OS are the user&#8217;s on?</p>
<p>Mike K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stiletto</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/closing-a-uidoc-from-an-agent/#comment-79148</link>
		<dc:creator>stiletto</dc:creator>
		<pubDate>Tue, 13 Jul 2010 13:45:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-79148</guid>
		<description><![CDATA[You can unlock the document, but you can&#039;t close the window/tab on the remote client.]]></description>
		<content:encoded><![CDATA[<p>You can unlock the document, but you can&#8217;t close the window/tab on the remote client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mglist</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/closing-a-uidoc-from-an-agent/#comment-79101</link>
		<dc:creator>mglist</dc:creator>
		<pubDate>Mon, 12 Jul 2010 18:51:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79101</guid>
		<description><![CDATA[Thanks for your response, but I need to know how to close an open document from a scheduled agent.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your response, but I need to know how to close an open document from a scheduled agent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stiletto</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/closing-a-uidoc-from-an-agent/#comment-79099</link>
		<dc:creator>stiletto</dc:creator>
		<pubDate>Mon, 12 Jul 2010 17:12:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-79099</guid>
		<description><![CDATA[I don&#039;t think that property will help you.  I think it only checks if the uidoc is open in &lt;i&gt;your&lt;/i&gt; session, not &lt;i&gt;anybody&#039;s&lt;/i&gt; session.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that property will help you.  I think it only checks if the uidoc is open in <i>your</i> session, not <i>anybody&#8217;s</i> session.</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/8 queries in 0.022 seconds using memcached
Object Caching 351/352 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 05:03:23 -->