<?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> &#187; Crystal Reports</title>
	<atom:link href="http://www.90minds.com/category/erp-tools/crystal-reports-erp-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.90minds.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 12:11:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How Do I Add the User ID To My Custom Report in MAS 90? How Do I Show The Name Of The Persion Who Printed This Custom Report in Sage MAS 90 / 200 4.40?</title>
		<link>http://www.90minds.com/2011/05/27/add-user-name-to-mas90-custom-report/</link>
		<comments>http://www.90minds.com/2011/05/27/add-user-name-to-mas90-custom-report/#comments</comments>
		<pubDate>Fri, 27 May 2011 12:38:11 +0000</pubDate>
		<dc:creator>Robert Wood</dc:creator>
				<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Sage MAS 200]]></category>
		<category><![CDATA[Sage MAS 90]]></category>
		<category><![CDATA[mas 200]]></category>
		<category><![CDATA[mas 90]]></category>
		<category><![CDATA[robert wood]]></category>

		<guid isPermaLink="false">http://www.90minds.com/?p=1453</guid>
		<description><![CDATA[Photo via psanford How can I add the user who printed a report to a custom report I added to the menu in Sage MAS 90 / 200? In order to print the User ID on any Crystal Report being run from the MAS 90 menu, you have to create a new formula in the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.90minds.com/wp-content/uploads/2011/05/MyNameIs.jpg" rel="lightbox[1453]"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="MyNameIs" src="http://www.90minds.com/wp-content/uploads/2011/05/MyNameIs_thumb.jpg" border="0" alt="MyNameIs" width="365" height="254" /></a></p>
<p>Photo via <a title="http://www.flickr.com/photos/psanford/" href="http://www.flickr.com/photos/psanford/">psanford</a></p>
<h2>How can I add the user who printed a report to a custom report I added to the menu in Sage MAS 90 / 200?</h2>
<p>In order to print the User ID on any Crystal Report being run from the MAS 90 menu, you have to create a new formula in the Crystal Report named PrintedByUser. Using Basic Syntax the formula would be: Formula=””&#8217; (and using Crystal Syntax would be: “”).</p>
<p><a href="http://www.90minds.com/wp-content/uploads/2011/05/PrintedByUserFormula.jpg" rel="lightbox[1453]"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="PrintedByUserFormula" src="http://www.90minds.com/wp-content/uploads/2011/05/PrintedByUserFormula_thumb.jpg" border="0" alt="PrintedByUserFormula" width="387" height="156" /></a></p>
<p>You can use this tip on custom reports for both business framework modules and legacy modules.</p>
<p>There are number of variables that MAS 90 passes through to Crystal Reports that are run from within MAS 90 and can be used in the same manner:<br />
CompanyCode<br />
CompanyName<br />
CompanyAddress1<br />
CompanyAddress2<br />
CompanyAddress3<br />
CompanyAddress4<br />
CompanyPhone<br />
CompanyFax<br />
CompanyFederalID<br />
CompanyStateID<br />
CompanyURL<br />
ModuleDate<br />
CompanyNameCode (CompanyName + CompanyCode)</p>
<h2>That’s great, but I want the user name on my custom report.</h2>
<p>OK, that’s a little trickier. You still need to create the PrintedByUser field as above, however to get the user name you’re going to need to create a subreport.</p>
<p>Creating a Subreport to Add the User Name to a Custom Report</p>
<p>You have to use a subreport because you’re going to have to join the SY_User table by the PrintedByUser formula field you created.</p>
<p>From the Crystal Report, go to Insert | Subreport.</p>
<p>Create a name in New Report Name; I’m calling mine UserNameSub and click Report Wizard.</p>
<p><a href="http://www.90minds.com/wp-content/uploads/2011/05/InsertSubReport.jpg" rel="lightbox[1453]"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="InsertSubReport" src="http://www.90minds.com/wp-content/uploads/2011/05/InsertSubReport_thumb.jpg" border="0" alt="InsertSubReport" width="431" height="322" /></a></p>
<p>Using the Report Wizard you’re going to create a new report based on the SY_User table. Add the First Name and the Last Name to the subreport and click Finish.</p>
<p>On the Link tab, select the PrintedByUser formula as the field to link by and from the dropdown select UserLogon. Click OK.</p>
<p><a href="http://www.90minds.com/wp-content/uploads/2011/05/SubLinkTab.jpg" rel="lightbox[1453]"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="SubLinkTab" src="http://www.90minds.com/wp-content/uploads/2011/05/SubLinkTab_thumb.jpg" border="0" alt="SubLinkTab" width="436" height="326" /></a></p>
<p>Drop the subreport on your main report.</p>
<p>Now for a little cleanup. Right click the subreport and select Edit Subreport. I’d suggest suppressing any Headers or Footers in the subreport and if you want instead of having the FirstName and LastName fields, you can create a formula combining the two into one field.</p>
<p>Close the Subreport and save your report and run from the MAS 90 menu and you should get the user name on your report.</p>
<p style='text-align:left'>&copy; 2011, <a href='http://www.90minds.com'>Robert Wood</a>. All rights reserved. Formed in 2005. the  90 Minds Consulting Group  is a collaboration of 100 Sage partners who independently join together online in a 24 x 7 private communication network to solve difficult issues for their customers.  The group is not affiliated with Sage  and our collaboration provides for unparalleled member access to early warnings of bugs and other issues which members in turn are encouraged to use to provide an exceptional customer experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.90minds.com/2011/05/27/add-user-name-to-mas90-custom-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sage MAS 90/200 Quick Tip from Zip: Crystal, blank date</title>
		<link>http://www.90minds.com/2010/04/19/sage-mas-90200-quick-tip-from-zip-crystal-blank-date/</link>
		<comments>http://www.90minds.com/2010/04/19/sage-mas-90200-quick-tip-from-zip-crystal-blank-date/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 00:39:43 +0000</pubDate>
		<dc:creator>Brett Zimmerman</dc:creator>
				<category><![CDATA[Consultant]]></category>
		<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Sage MAS 200]]></category>
		<category><![CDATA[Sage MAS 90]]></category>
		<category><![CDATA[Sage MAS 90 Extended Enterprise Suite]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[boston]]></category>
		<category><![CDATA[criteria]]></category>
		<category><![CDATA[Crystal]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[equal]]></category>
		<category><![CDATA[maine]]></category>
		<category><![CDATA[mas 200]]></category>
		<category><![CDATA[mas 90]]></category>
		<category><![CDATA[mass]]></category>
		<category><![CDATA[new hampshire]]></category>
		<category><![CDATA[nh]]></category>
		<category><![CDATA[not equal]]></category>
		<category><![CDATA[providence]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[rhode island]]></category>
		<category><![CDATA[ri]]></category>
		<category><![CDATA[vermont]]></category>
		<category><![CDATA[vt]]></category>

		<guid isPermaLink="false">http://www.90minds.com/?p=836</guid>
		<description><![CDATA[If you ever need the ability to enable criteria on a Crystal Report, for dates that equal &#8216;blank’, a simple formula like this will do the trick:  {date field} = Date (0000, 00, 00) Posted by Brett Zimmerman. &#169; 2010, Brett Zimmerman. All rights reserved. Formed in 2005. the 90 Minds Consulting Group is a collaboration of 100 [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever need the ability to enable criteria on a Crystal Report, for dates that equal &#8216;blank’, a simple formula like this will do the trick:  {date field} = Date (0000, 00, 00)</p>
<p>Posted by <a href="mailto:brett_zim@comcast.net" target="_blank">Brett Zimmerman</a>.</p>
<p style='text-align:left'>&copy; 2010, <a href='http://www.90minds.com'>Brett Zimmerman</a>. All rights reserved. Formed in 2005. the  90 Minds Consulting Group  is a collaboration of 100 Sage partners who independently join together online in a 24 x 7 private communication network to solve difficult issues for their customers.  The group is not affiliated with Sage  and our collaboration provides for unparalleled member access to early warnings of bugs and other issues which members in turn are encouraged to use to provide an exceptional customer experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.90minds.com/2010/04/19/sage-mas-90200-quick-tip-from-zip-crystal-blank-date/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MAS 90 and MAS 200 &#8211; Filename extraction in Crystal Reports</title>
		<link>http://www.90minds.com/2009/10/07/mas-90-and-mas-200-filename-extraction-in-crystal-reports/</link>
		<comments>http://www.90minds.com/2009/10/07/mas-90-and-mas-200-filename-extraction-in-crystal-reports/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 20:29:44 +0000</pubDate>
		<dc:creator>Brett Zimmerman</dc:creator>
				<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[ERP Tools]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Sage]]></category>
		<category><![CDATA[Sage MAS 200]]></category>
		<category><![CDATA[Sage MAS 90]]></category>
		<category><![CDATA[The Fitzgerald Group]]></category>
		<category><![CDATA[boston]]></category>
		<category><![CDATA[brett]]></category>
		<category><![CDATA[Crystal]]></category>
		<category><![CDATA[extraction]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[maine]]></category>
		<category><![CDATA[mas 200]]></category>
		<category><![CDATA[mas 90]]></category>
		<category><![CDATA[mass]]></category>
		<category><![CDATA[new hampshire]]></category>
		<category><![CDATA[nh]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[providence]]></category>
		<category><![CDATA[rhode island]]></category>
		<category><![CDATA[special field]]></category>
		<category><![CDATA[zimmerman]]></category>

		<guid isPermaLink="false">http://www.90minds.com/?p=720</guid>
		<description><![CDATA[In addition to using the &#8220;File Path and Name&#8221; Special Field in Crystal Reports, have you ever wished you could just show the Filename?  You can with this formula: Mid (Filename ,InstrRev (Filename,&#8221;\&#8221;) + 1 )     http://tinyurl.com/y8u8gtk Posted by Brett A. Zimmerman - www.brettzimmerman.com &#8211; Twitter: MAS90_Zip &#169; 2009 &#8211; 2010, Brett Zimmerman. All rights reserved. Formed [...]]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: Arial"><span style="font-size: x-small">In addition to using the &#8220;File Path and Name&#8221; Special Field in Crystal Reports, have you ever wished you could just show the Filename?  You can with this formula:</span></span></div>
<div><span style="font-family: Arial;font-size: x-small"><strong>Mid (Filename ,InstrRev (Filename,&#8221;\&#8221;) + 1 )</strong></span></div>
<div><span style="font-family: Arial"><span style="font-size: x-small">    <a title="http://tinyurl.com/y8u8gtk" rel="nofollow" href="http://tinyurl.com/y8u8gtk" target="_blank"><span style="color: #1f98c7">http://tinyurl.com/y8u8gtk</span></a></span></span></div>
<div>
<p>Posted by <a href="mailto:brett_zim@comcast.net" target="_blank">Brett A. Zimmerman</a> - <a href="http://www.brettzimmerman.com/" target="_blank">www.brettzimmerman.com</a> &#8211; Twitter: <a href="http://twitter.com/MAS90_Zip" target="_blank">MAS90_Zip</a></p>
</div>
<p style='text-align:left'>&copy; 2009 &#8211; 2010, <a href='http://www.90minds.com'>Brett Zimmerman</a>. All rights reserved. Formed in 2005. the  90 Minds Consulting Group  is a collaboration of 100 Sage partners who independently join together online in a 24 x 7 private communication network to solve difficult issues for their customers.  The group is not affiliated with Sage  and our collaboration provides for unparalleled member access to early warnings of bugs and other issues which members in turn are encouraged to use to provide an exceptional customer experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.90minds.com/2009/10/07/mas-90-and-mas-200-filename-extraction-in-crystal-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add country names to MAS90 forms</title>
		<link>http://www.90minds.com/2009/07/30/add-country-names-to-mas90-forms/</link>
		<comments>http://www.90minds.com/2009/07/30/add-country-names-to-mas90-forms/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 12:34:39 +0000</pubDate>
		<dc:creator>Wayne Schulz</dc:creator>
				<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Sage MAS 200]]></category>
		<category><![CDATA[Sage MAS 90]]></category>
		<category><![CDATA[Schulz Consulting]]></category>
		<category><![CDATA[Crystal]]></category>
		<category><![CDATA[ct mas90 consultants]]></category>
		<category><![CDATA[mas90 ct]]></category>
		<category><![CDATA[reports]]></category>
		<category><![CDATA[wayne schulz]]></category>

		<guid isPermaLink="false">http://www.90minds.com/?p=627</guid>
		<description><![CDATA[If you&#8217;ve ever tried to add the country name to a MAS90 or MAS200  graphical form then you know how frustrating it can be. Early versions of MAS90 (and MAS200 also) required that you attempt to link in the master file containing the country code name (MAS90 and MAS200 data layouts here). One of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.90minds.com/wp-content/uploads/2009/07/globe.jpg" rel="lightbox[627]"><img class="alignleft size-medium wp-image-628" style="border: 0pt none; margin: 0px 10px;" title="globe" src="http://www.90minds.com/wp-content/uploads/2009/07/globe-286x300.jpg" alt="" width="286" height="300" /></a>If you&#8217;ve ever tried to add the country name to a MAS90 or MAS200  graphical form then you know how frustrating it can be.</p>
<p>Early versions of MAS90 (and MAS200 also) required that you attempt to link in the master file containing the country code name (<a href="http://www.s-consult.com/mas90-top-10-tech-tips/file-layouts-for-mas90-v410-and-v420/">MAS90 and MAS200 data layouts</a> here). One of the issues was that both the bill to and ship to fields could have different country names. These links weren&#8217;t simple to make due to both complexity and an existing Sage bug that limited certain links.</p>
<p>One workaround (not needed for some newer versions of MAS 90 or MAS 200 which have since added these fields to the needed tables) is to create sub reports with shared variables.</p>
<p>This is an intermediate to advanced level task. If you&#8217;re at all uncomfortable with Crystal Reports or the MAS 90 file layouts then you may want to pass up this chance to tinker with your forms.</p>
<p>If you&#8217;re up for a little adventure then first backup your files then head to the link below where you can view instructions on how to modify your form so that country name is properly displayed.</p>
<p><strong>Link:</strong> Schulz Consulting &#8211; <a href="http://www.s-consult.com/2009/07/30/how-to-show-country-names-on-forms-using-older-mas-90-and-mas-200-versions/">How to Add Country Names to MAS90 and MAS200 Forms</a></p>
<p style='text-align:left'>&copy; 2009, <a href='http://www.90minds.com'>Wayne Schulz</a>. All rights reserved. Formed in 2005. the  90 Minds Consulting Group  is a collaboration of 100 Sage partners who independently join together online in a 24 x 7 private communication network to solve difficult issues for their customers.  The group is not affiliated with Sage  and our collaboration provides for unparalleled member access to early warnings of bugs and other issues which members in turn are encouraged to use to provide an exceptional customer experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.90minds.com/2009/07/30/add-country-names-to-mas90-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAS 90 and MAS 200 &#8211; Edit existing Label settings in Crystal Reports 10</title>
		<link>http://www.90minds.com/2009/06/20/mas-90-and-mas-200-edit-existing-label-settings-in-crystal-reports-10/</link>
		<comments>http://www.90minds.com/2009/06/20/mas-90-and-mas-200-edit-existing-label-settings-in-crystal-reports-10/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 15:35:36 +0000</pubDate>
		<dc:creator>Brett Zimmerman</dc:creator>
				<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Sage]]></category>
		<category><![CDATA[Sage MAS 200]]></category>
		<category><![CDATA[Sage MAS 90]]></category>
		<category><![CDATA[The Fitzgerald Group]]></category>
		<category><![CDATA[boston]]></category>
		<category><![CDATA[crystal reports 10]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[expert]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[maine]]></category>
		<category><![CDATA[mas 200]]></category>
		<category><![CDATA[mas 90]]></category>
		<category><![CDATA[mass]]></category>
		<category><![CDATA[new hampshire]]></category>
		<category><![CDATA[new jersey]]></category>
		<category><![CDATA[New York]]></category>
		<category><![CDATA[nh]]></category>
		<category><![CDATA[ny]]></category>
		<category><![CDATA[pa]]></category>
		<category><![CDATA[pennsylvania]]></category>
		<category><![CDATA[providence]]></category>
		<category><![CDATA[rhode island]]></category>
		<category><![CDATA[ri]]></category>
		<category><![CDATA[the fitzgerald group]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[vermont]]></category>
		<category><![CDATA[vt]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.90minds.com/?p=589</guid>
		<description><![CDATA[Do you need to edit the settings of an existing Crystal Reports Label in Crystal v10?  It can be done, just not the same way as with Crystal v8.5. First you can access the File menu &#62; Page Setup to adjust the margins.  Then to edit the Label Size, Gap Between Labels, and Printing Direction, access the [...]]]></description>
			<content:encoded><![CDATA[<p><span>Do you need to edit the settings of an existing Crystal Reports Label in Crystal <strong>v10</strong>?  It can be done, just not the same way as with Crystal v8.5. </span></p>
<p><span>First you can access the File menu &gt; Page Setup to adjust the margins.  Then to edit the Label Size, Gap Between Labels, and Printing Direction, access the Section Expert (Report menu &gt; Section Export; or via a right mouse-click) and go to the Layout tab of the Section containing your Label (likely Details).  Also note that y</span><span><span lang="EN">ou may need to remove extra whitespace around the Details section for further formatting. </span></span></p>
<p>Posted by <a href="mailto:brett_zim@comcast.net" target="_blank">Brett A. Zimmerman</a> - <a href="http://www.brettzimmerman.com/" target="_blank">www.brettzimmerman.com</a> &#8211; Twitter: <a href="http://twitter.com/MAS90_Zip" target="_blank">MAS90_Zip</a></p>
<p style='text-align:left'>&copy; 2009 &#8211; 2010, <a href='http://www.90minds.com'>Brett Zimmerman</a>. All rights reserved. Formed in 2005. the  90 Minds Consulting Group  is a collaboration of 100 Sage partners who independently join together online in a 24 x 7 private communication network to solve difficult issues for their customers.  The group is not affiliated with Sage  and our collaboration provides for unparalleled member access to early warnings of bugs and other issues which members in turn are encouraged to use to provide an exceptional customer experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.90minds.com/2009/06/20/mas-90-and-mas-200-edit-existing-label-settings-in-crystal-reports-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crystal Reports Tips and Tricks &#8211; Listing Selected Parameters</title>
		<link>http://www.90minds.com/2009/02/24/crystal-reports-tips-and-tricks-listing-selected-parameters/</link>
		<comments>http://www.90minds.com/2009/02/24/crystal-reports-tips-and-tricks-listing-selected-parameters/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 17:28:53 +0000</pubDate>
		<dc:creator>Beth Bowers</dc:creator>
				<category><![CDATA[Beth Bowers]]></category>
		<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Sage MAS 200]]></category>
		<category><![CDATA[Sage MAS 90]]></category>
		<category><![CDATA[Crystal]]></category>
		<category><![CDATA[parameters]]></category>

		<guid isPermaLink="false">http://www.90minds.com/?p=406</guid>
		<description><![CDATA[If you have a prompt in your Crystal Reports (known as a &#8220;parameter&#8221;) which can have multiple selections, you can list these selections on your Page Header. To list them in a column (remember to mark the field as Can Grow), use a formula such as (sample assumes String type parameters): @ParameterList = join (?Parameter, [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a prompt in your Crystal Reports (known as a &#8220;parameter&#8221;) which can have multiple selections, you can list these selections on your Page Header.</p>
<p>To list them in a column (remember to mark the field as <strong>Can Grow</strong>), use a formula such as (sample assumes <strong>String</strong> type parameters):</p>
<p>@ParameterList = join (?Parameter, chr(10) &amp; chr(13))</p>
<p>To list them horizontally, separated by commas, use a formula similar to this:</p>
<p>@ParameterList = join (?Parameter, &#8220;,&#8221;)</p>
<p>In either case, place the @ParameterList formula in your Page Header.</p>
<p>For Ranges, you may list the starting and ending range points by creating formulas as follows:</p>
<p>@Start = minimum(?Range)  and   @End = maximum(?Range)</p>
<p>Again, put the @Start and @End formulas on your Page Header to display the selected parameters.</p>
<p> </p>
<p><a href="http://www.90minds.com/wp-content/uploads/2009/02/crystal.bmp" rel="lightbox[406]"><img class="alignnone size-medium wp-image-407" src="http://www.90minds.com/wp-content/uploads/2009/02/crystal.bmp" alt="Parameter Sample" width="837" height="181" /></a></p>
<p><strong>via:</strong> Beth Bowers &#8211; <a href="http://www.bethbowers.com">Sage MAS 90 and MAS 200 Consultant &#8211; Michigan</a></p>
<p style='text-align:left'>&copy; 2009, <a href='http://www.90minds.com'>Beth Bowers</a>. All rights reserved. Formed in 2005. the  90 Minds Consulting Group  is a collaboration of 100 Sage partners who independently join together online in a 24 x 7 private communication network to solve difficult issues for their customers.  The group is not affiliated with Sage  and our collaboration provides for unparalleled member access to early warnings of bugs and other issues which members in turn are encouraged to use to provide an exceptional customer experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.90minds.com/2009/02/24/crystal-reports-tips-and-tricks-listing-selected-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beth Bowers &#8211; MAS 90 Consulting and Subcontracting to Resellers</title>
		<link>http://www.90minds.com/2009/02/11/beth-bowers-mas-90-consulting-and-subcontracting-to-resellers/</link>
		<comments>http://www.90minds.com/2009/02/11/beth-bowers-mas-90-consulting-and-subcontracting-to-resellers/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 17:21:44 +0000</pubDate>
		<dc:creator>Beth Bowers</dc:creator>
				<category><![CDATA[Beth Bowers]]></category>
		<category><![CDATA[Consultant]]></category>
		<category><![CDATA[Consultant Bios]]></category>
		<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Sage MAS 200]]></category>
		<category><![CDATA[Sage MAS 90]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup support]]></category>
		<category><![CDATA[Custom Office]]></category>
		<category><![CDATA[Sage MAS90]]></category>
		<category><![CDATA[subcontract]]></category>
		<category><![CDATA[VIsual Integrator]]></category>

		<guid isPermaLink="false">http://www.90minds.com/?p=267</guid>
		<description><![CDATA[About Me Beth is a Sage MAS 90 and 200 Authorized Consultant, Certified Trainer and Certified Support Specialist who specializes in subcontracting services to other MAS 90 consultants. She has been working with Sage MAS 90 and 200 since 1989 and currently works with resellers from coast to coast.  As a Certified Consultant, Beth does not resell any Sage [...]]]></description>
			<content:encoded><![CDATA[<h3>About Me</h3>
<p>Beth is a Sage MAS 90 and 200 Authorized Consultant, Certified Trainer and Certified Support Specialist who specializes in subcontracting services to other MAS 90 consultants. She has been working with Sage MAS 90 and 200 since 1989 and currently works with resellers from coast to coast.  As a Certified Consultant, Beth does not resell any Sage products.</p>
<h3>Services Offered</h3>
<p>New installation, training and setup of Sage MAS 90 and MAS 200, as well as:</p>
<ul>
<li>Crystal Report Design</li>
<li>Consulting on upgrades</li>
<li>Visual Integrator Jobs</li>
<li>Certified Training on Visual Integrator, Custom Office, and Intro to Crystal Reports</li>
<li>Backup phone, email, and remote support</li>
</ul>
<h3>Beth Bowers Contact Information</h3>
<p><a href="mailto:bbowers@qtm.net">Email Beth Bowers</a></p>
<p><a href="http://bethbowers.com">Web Site</a></p>
<p style='text-align:left'>&copy; 2009, <a href='http://www.90minds.com'>Beth Bowers</a>. All rights reserved. Formed in 2005. the  90 Minds Consulting Group  is a collaboration of 100 Sage partners who independently join together online in a 24 x 7 private communication network to solve difficult issues for their customers.  The group is not affiliated with Sage  and our collaboration provides for unparalleled member access to early warnings of bugs and other issues which members in turn are encouraged to use to provide an exceptional customer experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.90minds.com/2009/02/11/beth-bowers-mas-90-consulting-and-subcontracting-to-resellers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

