Method Community

 

Search

Page 1088 of 2520 (25192 items) « First ... < Previous 1086 1087 1088 1089 1090 Next > ... Last »
  • Re: Relating tables in Method

    Hi Nebo, Sorry for the late reply. &nbsp;I believe there might be something coded in the Contacts table to prevent adding a unique field. &nbsp;The reason I say this is while this isn&#39;t a directly connected QuickBooks table, it will update and add the main contact for any new customer created in QuickBooks. &nbsp;Since QuickBooks wouldn&#39;t ...
    Posted to Method:Classic General Q&A (Forum) by Method_Adam on 10-17-2013
  • Re: Inventory batch numbers and expiry dates

    Hi Mike,&nbsp; Your logic seems correct and I was able to achieve this the same way you explained it. See my final result below: Is this what you are trying to achieve? My only suggestion would be to confirm that your new fields are actually in the ItemReceiptLineItem table (not the ItemReceiptLineExpense table), and that you are in ...
    Posted to Method:Classic General Q&A (Forum) by Method_Jason on 10-17-2013
  • Re: Action to enable vendor terms to prefill on purchase order

    Hey David, There&#39;s only one action being created and it is built into the vendor textchange event list. I&#39;ve highlighted the action and the properties associated with it to help you. Cheers, Nelson
    Posted to Method:Classic General Q&A (Forum) by Method_Nelson on 10-17-2013
  • Re: Lifecycle of Action Results

    Hey Jason, That&#39;s what I had assumed, but does not always seem to be the case. For example, I have an action set that loops through the invoice table. Pulls a few values by associating RecordID with the action result for the RecordID of the current row for table updates. Various character functions are in place to convert the ...
    Posted to Method:Classic General Q&A (Forum) by furrywombat on 10-17-2013
  • Re: Lifecycle of Action Results

    Hi Charles,&nbsp; Action results can only be used within the same object/field in which they are created. You can create one&nbsp;in an action set, and it should be available in subsequent actions of that action set. Shared results however can be retrieved anywhere else in Method,&nbsp;including&nbsp;different fields/objects and&nbsp;different ...
    Posted to Method:Classic General Q&A (Forum) by Method_Jason on 10-17-2013
  • Re: Relating tables in Method

    Also Customer table has a un ique field FullName and it is marked as a unique in method. However when I try to add it as a column for dropdown, there is only recordID.
    Posted to Method:Classic General Q&A (Forum) by Nebo on 10-16-2013
  • Re: Relating tables in Method

    Any update on this? Perhaps a workaround solution? I&#39;m stuck too long on this and it kind of blocks my whole customization. At first I whought that CompanyName is not unique because of duplicate entries we have created by importing invoices via API and converting Customers from leads. However if the Company have 2 contacts then it will ...
    Posted to Method:Classic General Q&A (Forum) by Nebo on 10-16-2013
  • Re: Retrieving Invoice Copies (PDF) via REST API

    Hi furrywombat, Is this quickbooks report or a method report? Quickbooks reports you wipe the GeneratedDate and then invoke me of the sync methods (MethodAPIActionSendToDesktop, MethodAPIActionSendToDesktopV2) to generate the report....see http://www.methodintegration.com/cs/forums/t/3009.aspx Method reports get generated on demand....e.g. ...
    Posted to Method:API Q&A (Forum) by Method_David on 10-16-2013
  • Re: Leads to Customers transition

    Hi Antibodyverify, I think the best way to go about this is to utilize the Customer:Job distiction in QuickBooks and Method. &nbsp;This way all of the universities would be the &quot;main&quot; customer, with each individual contact or department as a job. The setup would look like this UniversityName:Department. As you input a lead, you can ...
    Posted to Method:Classic General Q&A (Forum) by Method_Adam on 10-16-2013
  • Re: Unable to get a response for some V2 API methods using PHP (some work fine)

    Hi dbornet, I think you&#39;re a little confused....the function signatures on the V2-less functions are not the same as the v2 functions...so if you do not pass the right parameters correct behaviour will not happen. I&#39;ll give C# examples below, I write my reponses to a label. MethodAPITableList string XMLToReturn = &quot;&quot;; ...
    Posted to Method:API Q&A (Forum) by Method_David on 10-16-2013
Page 1088 of 2520 (25192 items) « First ... < Previous 1086 1087 1088 1089 1090 Next > ... Last »