<?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: LinkToSalesOrder</title><link>http://forums.method.me/cs/forums/thread/20363.aspx</link><pubDate>Fri, 20 Dec 2013 16:22:38 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:20363</guid><dc:creator>Method_Greg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/20363.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=20363</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;Hello sbradley,&lt;br /&gt;&amp;nbsp;&amp;nbsp; I had a couple of comments on the relationship table.&amp;nbsp; First, the field LinktoSalesOrder is a relationship between InvoiceLine and SalesOrderLine.&amp;nbsp; The options have been limited.&amp;nbsp;&amp;nbsp; Creating another relationship between SalesOrderLine and InvoiceLine may cause trouble, but you can try it.&amp;nbsp; The other thing is you could create a relationship table, which is really a many-to-many relationship.&amp;nbsp; One column is the InvoiceLine_RecordID and the other field is SalesOrderLine_RecordID.&amp;nbsp; The problem I see is how to insert, update and delete from the table.&amp;nbsp; It requires some high-end customization.&amp;nbsp; As you said, what happens if the invoice item is changed?&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I couldn&amp;#39;t answer your questions on how the saves would cascade or how warn users of changes.&amp;nbsp; It would be all in the way you set up the screens and tables.&amp;nbsp; It&amp;#39;s beyond my scope for forums.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: LinkToSalesOrder</title><link>http://forums.method.me/cs/forums/thread/20344.aspx</link><pubDate>Thu, 19 Dec 2013 16:12:06 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:20344</guid><dc:creator>sbradley</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/20344.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=20344</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;" id="mce_2_start"&gt;&lt;span style="overflow:hidden;" id="mce_3_start"&gt;&lt;/span&gt;In the Loop Through Grid, after the InvoiceLine has been created, I&amp;#39;d create the relationship table record based on the SalesOrderLine RecordID and the InvoiceLine RecordID.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_2_start"&gt;&lt;/span&gt;But like I mentioned, that would only sort of get me there because when creating a fully custom table I can&amp;#39;t define relationships in there with other tables, no referential integrity.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I think what I&amp;#39;m going to have to do, since I can&amp;#39;t pu&lt;span style="overflow:hidden;" id="mce_1_start"&gt;t&lt;/span&gt; real lookup fields in a grid which is what I&amp;#39;d need to do otherwise, is abandon the idea of referential integrity. Create two new fields in InvoiceLine: one for the SalesOrderLine RecordID, just so I can see a real flow if I want to, and one for the SalesOrder PONumber. Get the PO number before the CreateInvoice screen pops up, get the SalesOrderLine RecordID when I&amp;#39;m traversing the grid in the CreateInvoice screen and insert both of those data into the InvoiceLine table when the InvoiceLine records are being created.&lt;/p&gt;
&lt;p&gt;Doing that will also mean I&amp;#39;ll need to setup some kind of additional constraint around actions related to the PONumber field in the Sales Order screen; if someone changes the contents of that field after the InvoiceLine records are created, when the Sales Order is saved should it cascade that change to the InvoiceLine records? Or should that change be something the user is notified of when they enter an already saved Invoice where the Sales Order corresponding to the InvoiceLine records in that invoice no longer has the same &amp;quot;InvoiceLinePONumber&amp;quot; as the Sales Order PONumber?&lt;/p&gt;
&lt;p&gt;Some things I&amp;#39;ll have to consider.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: LinkToSalesOrder</title><link>http://forums.method.me/cs/forums/thread/20340.aspx</link><pubDate>Thu, 19 Dec 2013 15:12:01 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:20340</guid><dc:creator>Method_Greg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/20340.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=20340</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;&lt;span style="overflow:hidden;" id="mce_8_start"&gt;&lt;span style="overflow:hidden;" id="mce_9_start"&gt;&lt;/span&gt;&lt;/span&gt;Hello sbradley,&lt;br /&gt;&amp;nbsp;&amp;nbsp; As the other forum post states, it&amp;#39;s not a matter of Method developers creating the link between an Invoice and Sales Order.&amp;nbsp; It is a question if QuickBooks SDK allows Method to use the link.&amp;nbsp; It looks like the SDK does not allow third-party software developers to use the link.&amp;nbsp; &lt;span style="overflow:hidden;" id="mce_2_start"&gt;Currently, &lt;/span&gt;I do not believe this is something in the works with our developers as it looks like a limitations in the tools.&lt;span style="overflow:hidden;" id="mce_3_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_1_start"&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you are looking to link an Invoice to a Sales Order, you can try Adam&amp;#39;s suggestion in the other forum post.&amp;nbsp; Create a field for the QuickBooks_SalesOrder_CreateInvoice screen that carries the Sales Order number and have a custom action on Create Invoice to transfer that number to the Invoice.&amp;nbsp; You would then have a link field with the Sales Order number to link back to the Sales Order.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you are looking for Sales Orders for individual lines on an Invoice, you can have a drop down to the Sales Order table.&amp;nbsp; To reduce clerical errors, you can filter that list for Sales Orders for only the Customer on the Invoice and maybe by date as well.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your option 2 could work, but what happens with the second sales order you converted to an invoice?&amp;nbsp; How do you link that Sales Order with an existing Invoice?&amp;nbsp; You can make a relationship table as you describe, but how do you create the records? &lt;span style="overflow:hidden;" id="mce_6_start"&gt;&lt;/span&gt;It&lt;span style="overflow:hidden;" id="mce_5_start"&gt;&lt;/span&gt; seems like it would get into complex relationships.&lt;span style="overflow:hidden;" id="mce_8_end"&gt;&lt;span style="overflow:hidden;" id="mce_9_end"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_7_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_6_end"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_5_end"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_4_start"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: LinkToSalesOrder</title><link>http://forums.method.me/cs/forums/thread/20332.aspx</link><pubDate>Wed, 18 Dec 2013 22:23:37 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:20332</guid><dc:creator>sbradley</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/20332.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=20332</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;Hi Greg,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Ok, that makes sense. Although since I can add stuff to pretty much any other table on the Method side for Method&amp;#39;s exclusive use maybe the ability to do the same with the LinkToSalesOrder &amp;quot;entity&amp;quot; will be available in the future?&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_1_start"&gt;&lt;/span&gt;I guess in the meantime I can either:&lt;span style="overflow:hidden;" id="mce_4_start"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;1) Add a custom field to InvoiceLine which has the Sales Order RecordID if someone creates an Invoice from a Sales Order, or;&lt;/p&gt;
&lt;p&gt;2) Create a custom table that has the InvoiceLine RecordID and the SalesOrderLine RecordID to creat&lt;span style="overflow:hidden;" id="mce_6_start"&gt;&lt;/span&gt;e the relationship, and have a new row added whenever an Invoice is created by a Sales Order.&lt;/p&gt;
&lt;p&gt;Ideally I&amp;#39;d want to go with Option 2 &lt;span style="overflow:hidden;" id="mce_7_start"&gt;but it doesn&amp;#39;t appear as though I can actually specify a link with an existing table in a new table. Is that correct? Is that functionality going to be rolled out?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-S&lt;/p&gt;</description></item><item><title>Re: LinkToSalesOrder</title><link>http://forums.method.me/cs/forums/thread/20326.aspx</link><pubDate>Wed, 18 Dec 2013 21:37:57 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:20326</guid><dc:creator>Method_Greg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/20326.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=20326</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;Hello sbradley, &lt;span style="overflow:hidden;" id="mce_1_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;&lt;span style="overflow:hidden;" id="mce_1_start"&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I found an older post discussing the issue &lt;span style="overflow:hidden;" id="mce_3_start"&gt;&lt;/span&gt;&lt;a href="http://method.me/cs/forums/t/4752.aspx"&gt;h&lt;span style="overflow:hidden;" id="mce_2_start"&gt;&lt;/span&gt;ere&lt;span style="overflow:hidden;" id="mce_3_end"&gt;&lt;/span&gt;&lt;/a&gt;.&amp;nbsp; In summary, it may be a QuickBooks SDK limitation and you can do some configuration to get what you need in another way.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have looked into this to see if I could do it.&amp;nbsp;&amp;nbsp; First, the LinktoSalesOrder links to the SalesOrderLine table.&amp;nbsp; When you are in a Tables/Fields - Edit Table&amp;hellip; you can hover the mouse over the DropDown fields (they will be faintly underlined) and a popup will come up telling you what table it is linked to.&lt;span style="overflow:hidden;" id="mce_6_start"&gt;&amp;nbsp; So it does appear there is a link, but it doesn&amp;#39;t seem to be usable.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I checked it out and I did hit the odd thing where if you try to create a Linked Field with LinkedToSalesOrder, you don&amp;#39;t get all the fields for an option.&amp;nbsp; This must be by design for some reason or limited by the QuickBooks SDK.&lt;span style="overflow:hidden;" id="mce_7_start"&gt;&lt;/span&gt;&amp;nbsp; I currently can not find a way to rewire it.&amp;nbsp; There is a field called LinktoSalesOrderLine on the InvoiceLine tabe, &lt;span style="overflow:hidden;" id="mce_8_start"&gt;&lt;/span&gt;but I have no data in there for invoices.&amp;nbsp;&amp;nbsp; &lt;span style="overflow:hidden;" id="mce_10_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_10_start"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;- Greg&lt;/p&gt;</description></item><item><title>LinkToSalesOrder</title><link>http://forums.method.me/cs/forums/thread/20315.aspx</link><pubDate>Wed, 18 Dec 2013 17:42:47 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:20315</guid><dc:creator>sbradley</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/20315.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=20315</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;Hi there,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Sometimes our customers need to be able to see their PO numbers for each line item on an invoice.&lt;/p&gt;
&lt;p&gt;We prepare one Sales Order for each of their POs, using the PONumber field to record their PO number (not our internal PO number for the items we need to order). That&amp;#39;s easy enough, but there can be multiple Sales Orders on each Invoice.&lt;/p&gt;
&lt;p&gt;I was hoping to drive this in a report by adding a Linked Field to the InvoiceLine table. I noticed there was a LinkToSalesOrder link option which can bring in data from the SalesOrderLine table. The LinkToSalesOrder link option doesn&amp;#39;t have the PONumber field since that&amp;#39;s part of the SalesOrder table and not the SalesOrderLine table, so I first added the linked PONumber field to the SalesOrderLine table... but the LinkToSalesOrder link option from the InvoiceLine table does not have the linked field.&lt;/p&gt;
&lt;p&gt;Not only that, but it appears as though&lt;span style="overflow:hidden;" id="mce_1_start"&gt; there&amp;#39;s no transparancy around what is included in the LinkToSalesOrder &amp;quot;table&amp;quot;, which does not appear to be a real table or view that is available under Customize - Tables / Fields.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_1_start"&gt;&lt;/span&gt;Is there any way for me to change the fields available in LinkToSalesOrder?&lt;/p&gt;
&lt;p&gt;Is there a better way to go about doing this?&lt;span style="overflow:hidden;" id="mce_2_start"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-S&lt;/p&gt;</description></item></channel></rss>