<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/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>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Vendor Account Number</title><link>http://forums.method.me/cs/forums/thread/304.aspx</link><pubDate>Mon, 24 Nov 2008 22:40:10 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:304</guid><dc:creator>Method_Valbon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/304.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=304</wfw:commentRss><description>&lt;p&gt;Laura, &lt;br /&gt;&lt;br /&gt;The process for adding sales rep info to the Quote report should be very similar to the steps taken above. The difference being you will want to add a &lt;span style="font-style:italic;"&gt;linked field&lt;/span&gt; using the &lt;span style="font-style:italic;"&gt;SalesRepRef&lt;/span&gt;. Keep in mind if you’re looking to expand the list of available fields from the &lt;span style="font-style:italic;"&gt;SalesRep&lt;/span&gt; table, you have to add them there first by adding a &lt;span style="font-style:italic;"&gt;linked field&lt;/span&gt; via the &lt;span style="font-style:italic;"&gt;SalesRepEntityRef&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For the PO report start by associating the appropriate tables. This will let you use the &lt;span style="font-style:italic;"&gt;SalesRepRef &lt;/span&gt;from the &lt;span style="font-style:italic;"&gt;PurchaseOrder &lt;/span&gt;table.&lt;br /&gt;&lt;br /&gt;1.&amp;nbsp;&amp;nbsp; &amp;nbsp;Add a new dropdown field called ‘SalesRep’ to the &lt;span style="font-style:italic;"&gt;PurchaseOrder &lt;/span&gt;table.&lt;br /&gt;2.&amp;nbsp;&amp;nbsp; &amp;nbsp;From the wizard choose the existing &lt;span style="font-style:italic;"&gt;SalesRep &lt;/span&gt;table and then the field.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Doing this has created the &lt;span style="font-style:italic;"&gt;SalesRepRef &lt;/span&gt;which you can now use to add additional linked fields to the &lt;span style="font-style:italic;"&gt;PurchaseOrder &lt;/span&gt;table and display on the report.&lt;br /&gt;&lt;br /&gt;Hope that helps,&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Vendor Account Number</title><link>http://forums.method.me/cs/forums/thread/290.aspx</link><pubDate>Thu, 13 Nov 2008 16:00:36 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:290</guid><dc:creator>Laura</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/290.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=290</wfw:commentRss><description>&lt;p&gt;This worked great.&amp;nbsp; THank you.&amp;nbsp; I also need to add some sales rep contact info so vendors (via purchase orders)&amp;nbsp;and customers (via quotes) contact the sales person directly.&amp;nbsp; How do I add that table to my PO and Quote report form?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Laura&lt;/p&gt;</description></item><item><title>Re: Vendor Account Number</title><link>http://forums.method.me/cs/forums/thread/288.aspx</link><pubDate>Tue, 11 Nov 2008 14:43:40 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:288</guid><dc:creator>Method_Valbon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/288.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=288</wfw:commentRss><description>&lt;p&gt;Hi Laura, &lt;br /&gt;&lt;br /&gt;The reason for this is because the report is being built from a specific table and by default will only list these fields, in this case only fields from the &lt;i&gt;PurchaseOrder &lt;/i&gt;table. The &lt;i&gt;AccountNumber &lt;/i&gt;and &lt;i&gt;Email &lt;/i&gt;fields you’re looking for are found in the separate &lt;i&gt;Vendor &lt;/i&gt;table. &lt;br /&gt;&lt;br /&gt;What you’ll need to do is add the two linked fields to the &lt;i&gt;PurchaseOrder &lt;/i&gt;table. Using the &lt;i&gt;VendorRef &lt;/i&gt;will link the appropriate tables and allow you to add the linked fields making them available for your report. &lt;br /&gt;&lt;br /&gt;Follow the steps below:&lt;br /&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Click &lt;b&gt;Customize&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Click &lt;b&gt;Tables/Fields&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Click &lt;b&gt;Edit Fields&lt;/b&gt; beside the &lt;i&gt;PurchaseOrder &lt;/i&gt;Table.&lt;/li&gt;&lt;li&gt;Select the &lt;i&gt;Add a Linked Field&lt;/i&gt; option.&lt;/li&gt;&lt;li&gt;Link Using: &lt;i&gt;VendorRef&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;Select &lt;i&gt;AccountNumber&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;Click &lt;b&gt;Add Field&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Repeat the process for the &lt;i&gt;Email &lt;/i&gt;field.&lt;/li&gt;&lt;li&gt;Click &lt;b&gt;Finished Editing Fields&lt;/b&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;br /&gt;Hope this helps,&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Vendor Account Number</title><link>http://forums.method.me/cs/forums/thread/287.aspx</link><pubDate>Mon, 10 Nov 2008 20:59:08 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:287</guid><dc:creator>Laura</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/287.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=287</wfw:commentRss><description>&lt;p&gt;I am creating a new report for my purchase orders and I don&amp;#39;t see a few fields to map to my form.&amp;nbsp; Account Number (the alfa numeric given to me by my vendors) and also the Vendor email address.&amp;nbsp; Please point me in the right direction.&amp;nbsp; Thanks,&amp;nbsp; Laura&lt;/p&gt;</description></item></channel></rss>