<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>ERP Software Blog &#187; Dynamics GP SQL Script</title> <atom:link href="http://www.erpsoftwareblog.com/tag/dynamics-gp-sql-script/feed/" rel="self" type="application/rss+xml" /><link>http://www.erpsoftwareblog.com</link> <description>Microsoft Dynamics vendors provide comparisons and opinions to professionals in the ERP/Accounting software selection process</description> <lastBuildDate>Wed, 08 Feb 2012 18:45:10 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Dynamics GP Technical Tips and Tricks &#8211; View Posting Journals Onscreen</title><link>http://www.erpsoftwareblog.com/2009/11/dynamics-gp-technical-tips-and-tricks-view-posting-journals-onscreen/</link> <comments>http://www.erpsoftwareblog.com/2009/11/dynamics-gp-technical-tips-and-tricks-view-posting-journals-onscreen/#comments</comments> <pubDate>Tue, 24 Nov 2009 21:01:49 +0000</pubDate> <dc:creator>Sandeep Walia, Ignify</dc:creator> <category><![CDATA[ERP Software Implementation Tips]]></category> <category><![CDATA[Finance Department Tips & Tricks]]></category> <category><![CDATA[Microsoft Dynamics ERP Training]]></category> <category><![CDATA[Dynamics GP Edit Lists]]></category> <category><![CDATA[Dynamics GP Posting Journals]]></category> <category><![CDATA[Dynamics GP SQL Script]]></category> <category><![CDATA[Dynamics GP Technical Tips]]></category><guid
isPermaLink="false">http://www.erpsoftwareblog.com/?p=2151</guid> <description><![CDATA[When you are are choosing a new ERP system, you want to make sure that it has the options you will need as a user. For example, Microsoft Dynamics GP allows you to have different print options for each of your reports  and each posting journal. It&#8217;s a  great, nifty little feature with a lot of functionality;  but [...]<p><a
href="http://www.erpsoftwareblog.com/2009/11/dynamics-gp-technical-tips-and-tricks-view-posting-journals-onscreen/">Dynamics GP Technical Tips and Tricks &#8211; View Posting Journals Onscreen</a> is a post from: <a
href="http://www.erpsoftwareblog.com">ERP Software Blog</a></p><h2>Related Posts</h2><ol><li><a
href="http://www.erpsoftwareblog.com/2010/08/tips-and-tricks-for-securing-your-erp-system/" rel="bookmark">Tips and Tricks for Securing Your ERP System</a></li><li><a
href="http://www.erpsoftwareblog.com/2010/01/reconcile-to-gl-tips-and-tricks-with-gp-10/" rel="bookmark">Reconcile to GL Tips and Tricks with GP 10</a></li><li><a
href="http://www.erpsoftwareblog.com/2009/12/exceeding-microsoft-dynamics-gp-users-expectations-with-a-free-tips-and-tricks-workshop/" rel="bookmark">Exceeding Microsoft Dynamics GP Users Expectations with a Free Tips and Tricks Workshop</a></li></ol> <br/> ]]></description> <content:encoded><![CDATA[<p>When you are are choosing a new ERP system, you want to make sure that it has the options you will need as a user. For example,<strong> </strong>Microsoft Dynamics GP allows you to have different print options for each of your reports  and each posting journal. It&#8217;s a  great, nifty little feature with a lot of functionality;  but it can be a bit of a chore to do the setup for this if you don&#8217;t want the defaults.</p><p>You can view all posting  journals and edit lists onscreen before deciding whether or not to print them. This gives you a preview of all the journals before you go to print.   Here’s a SQL script that will change all the posting journal settings in one fell swoop -</p><p>This script sets the print destination for all posting  journals in company ‘TWO’ to ‘Screen’. ‘TWO’ is the company database. ‘SY02200′ is the Posting Journal Destination table. ‘PRTOSCNT’ = Print to Screen, ‘PRTOPRNT’ = Print to Printer, ‘PRTOFLNT’ = Print to File. A value of ‘1′ = Print. A value of ‘0′ = do not Print.</p><p>Because SY02200 is a Company database table, you’ll want to run this script on each of your company databases.  This is easily done by just changing the database ID in the ‘USE’ statement.</p><p>If there are journals you don’t want to print at all, set the  ‘PRNTJRNL’  field in SY02200 equal to ‘0′.</p><p>This post is written by Arunkumar S. Arun is a Project Manager in the <a
href="http://www.ignify.com/greatplains.asp">Microsoft Dynamics GP Practice at Ignify</a> . <a
href="http://www.ignify.com/">Ignify</a> is a <a
href="http://www.ignify.com/MicrosoftDynamicsInnerCircle2009.html">Global Microsoft Dynamics Inner Circle Partner </a>specializing in Microsoft Dynamics ERP for<a
href="http://www.ignify.com/dynamics_erp_crm_for_retail.asp"> Retail</a>, <a
href="http://www.ignify.com/dynamics_erp_for_distribution.asp">Distribution</a>, <a
href="http://www.ignify.com/dynamics_erp_crm_for_manufacturing.asp">Manufacturing</a> and <a
href="http://www.ignify.com/dynamics_erp_crm_for_chemicals.asp">Chemicals</a> verticals. For help on <a
href="http://www.ignify.com/ERP.asp">Microsoft Dynamics ERP </a>email us at <a
href="mailto:dynamics@ignify.com">dynamics@ignify.com</a></p><p><a
href="http://www.erpsoftwareblog.com/2009/11/dynamics-gp-technical-tips-and-tricks-view-posting-journals-onscreen/">Dynamics GP Technical Tips and Tricks &#8211; View Posting Journals Onscreen</a> is a post from: <a
href="http://www.erpsoftwareblog.com">ERP Software Blog</a></p><h2>Related Posts</h2><ol><li><a
href="http://www.erpsoftwareblog.com/2010/08/tips-and-tricks-for-securing-your-erp-system/" rel="bookmark">Tips and Tricks for Securing Your ERP System</a></li><li><a
href="http://www.erpsoftwareblog.com/2010/01/reconcile-to-gl-tips-and-tricks-with-gp-10/" rel="bookmark">Reconcile to GL Tips and Tricks with GP 10</a></li><li><a
href="http://www.erpsoftwareblog.com/2009/12/exceeding-microsoft-dynamics-gp-users-expectations-with-a-free-tips-and-tricks-workshop/" rel="bookmark">Exceeding Microsoft Dynamics GP Users Expectations with a Free Tips and Tricks Workshop</a></li></ol> <br/> ]]></content:encoded> <wfw:commentRss>http://www.erpsoftwareblog.com/2009/11/dynamics-gp-technical-tips-and-tricks-view-posting-journals-onscreen/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: www.erpsoftwareblog.com @ 2012-02-09 06:53:06 -->
