<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Using the Save and Query Pipeline to “Archive” Deleted Records</title><link>http://blogs.msdn.com/b/bethmassi/archive/2011/11/18/using-the-save-and-query-pipeline-to-archive-deleted-records.aspx</link><description>Before Microsoft, I used to work in the health care industry building software for hospitals and health insurance companies. In all of those systems we had detailed audit trails (change logging), authorization systems, and complex business rules to keep</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Using the Save and Query Pipeline to “Archive” Deleted Records</title><link>http://blogs.msdn.com/b/bethmassi/archive/2011/11/18/using-the-save-and-query-pipeline-to-archive-deleted-records.aspx#10381746</link><pubDate>Wed, 02 Jan 2013 09:33:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10381746</guid><dc:creator>John Luquer</dc:creator><description>&lt;p&gt;Beth, I think this is a desired (sometimes required) for many LOB apps. Could this functionality not be added as a project option or extention? Moving it to a higher level with a table that includes Table | Field | Mofification Type | Changed By | Original Value | New Value | DateTimeStamp | MachineID and track all changes to any entity (including administration tables) would cut down on the number of tables and code that would be required yes? Not sure if this is possible in Lightswitch.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10381746" width="1" height="1"&gt;</description></item><item><title>re: Using the Save and Query Pipeline to “Archive” Deleted Records</title><link>http://blogs.msdn.com/b/bethmassi/archive/2011/11/18/using-the-save-and-query-pipeline-to-archive-deleted-records.aspx#10243666</link><pubDate>Fri, 02 Dec 2011 09:23:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10243666</guid><dc:creator>An</dc:creator><description>&lt;p&gt;Hi Beth, &lt;/p&gt;
&lt;p&gt;Thank you so much for a useful post. But I have some problem with this, can you help me please?&lt;/p&gt;
&lt;p&gt;I have two screen to manage employees. One screen is the list and detail screen for the manager, I want he can see all the employees and their state(Working/Quit); and one search screen for the employees to search, they just can see the employees are working. How can I do that?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10243666" width="1" height="1"&gt;</description></item><item><title>re: Using the Save and Query Pipeline to “Archive” Deleted Records</title><link>http://blogs.msdn.com/b/bethmassi/archive/2011/11/18/using-the-save-and-query-pipeline-to-archive-deleted-records.aspx#10242585</link><pubDate>Tue, 29 Nov 2011 22:05:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10242585</guid><dc:creator>Beth Massi</dc:creator><description>&lt;p&gt;Hi Jochi,&lt;/p&gt;
&lt;p&gt;Rest assured we are hard at work on the next version of LightSwitch. However, we&amp;#39;re not disclosing anything about future versions of LightSwitch yet. Stay tuned.&lt;/p&gt;
&lt;p&gt;-Beth&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10242585" width="1" height="1"&gt;</description></item><item><title>re: Using the Save and Query Pipeline to “Archive” Deleted Records</title><link>http://blogs.msdn.com/b/bethmassi/archive/2011/11/18/using-the-save-and-query-pipeline-to-archive-deleted-records.aspx#10242190</link><pubDate>Mon, 28 Nov 2011 22:49:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10242190</guid><dc:creator>Jochi</dc:creator><description>&lt;p&gt;I love LightSwitch, like Silverlight, so I&amp;#39;m in doubt. &lt;/p&gt;
&lt;p&gt;As LigthSwitch is too dependent on Silverlight:&lt;/p&gt;
&lt;p&gt; What&amp;#39;s the future of LightSwitch with thouse rumours about SL dead? &lt;/p&gt;
&lt;p&gt; Are you thinking in a new version over HTML5 or maybe over WPF?&lt;/p&gt;
&lt;p&gt; Could you talk something about this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10242190" width="1" height="1"&gt;</description></item><item><title>re: Using the Save and Query Pipeline to “Archive” Deleted Records</title><link>http://blogs.msdn.com/b/bethmassi/archive/2011/11/18/using-the-save-and-query-pipeline-to-archive-deleted-records.aspx#10239389</link><pubDate>Tue, 22 Nov 2011 01:19:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10239389</guid><dc:creator>Beth Massi</dc:creator><description>&lt;p&gt;@kevin -- If you want to also see the deleted records then you would need to create custom queries and use them on the appropriate screens instead of modifying the default Customer query in code. &lt;/p&gt;
&lt;p&gt;@anso -- Greetings! Thanks for the link, I&amp;#39;ll check it out!&lt;/p&gt;
&lt;p&gt;@Ruud - Greetings! Have fun with LightSwitch :-)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10239389" width="1" height="1"&gt;</description></item><item><title>re: Using the Save and Query Pipeline to “Archive” Deleted Records</title><link>http://blogs.msdn.com/b/bethmassi/archive/2011/11/18/using-the-save-and-query-pipeline-to-archive-deleted-records.aspx#10239092</link><pubDate>Mon, 21 Nov 2011 12:03:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10239092</guid><dc:creator>Ruud Jeursen</dc:creator><description>&lt;p&gt;Thanks very much for this post, Beth, and also greeting from The Netherlands! I used a similar appraoch on my MS Access databases and I&amp;#39;m very pleased to find out that I can use a similar way in LightSwitch ! &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10239092" width="1" height="1"&gt;</description></item><item><title>re: Using the Save and Query Pipeline to “Archive” Deleted Records</title><link>http://blogs.msdn.com/b/bethmassi/archive/2011/11/18/using-the-save-and-query-pipeline-to-archive-deleted-records.aspx#10238828</link><pubDate>Sat, 19 Nov 2011 18:02:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10238828</guid><dc:creator>anso</dc:creator><description>&lt;p&gt;Thank you, Beth, once more and greetings from Spain. If you are interested in health-oriented developments, you maybe want this project in which I am a volunteer www.sahanafoundation.org&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10238828" width="1" height="1"&gt;</description></item><item><title>re: Using the Save and Query Pipeline to “Archive” Deleted Records</title><link>http://blogs.msdn.com/b/bethmassi/archive/2011/11/18/using-the-save-and-query-pipeline-to-archive-deleted-records.aspx#10238652</link><pubDate>Fri, 18 Nov 2011 19:36:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10238652</guid><dc:creator>kevin bates</dc:creator><description>&lt;p&gt;For completeness, if we wanted to show the deleted records, for an undelete function, do you simply create a query with isdeleted = true&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10238652" width="1" height="1"&gt;</description></item></channel></rss>