Method Community

 

Search

You searched for the word(s): %27
Page 1088 of 2520 (25191 items) « First ... < Previous 1086 1087 1088 1089 1090 Next > ... Last »
  • Re: Inventory batch numbers and expiry dates

    Hi Mike,  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's only one action being created and it is built into the vendor textchange event list. I'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'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,  Action results can only be used within the same object/field in which they are created. You can create one 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, including different fields/objects and 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'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.  This way all of the universities would be the "main" 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'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'll give C# examples below, I write my reponses to a label. MethodAPITableList string XMLToReturn = ""; ...
    Posted to Method:API Q&A (Forum) by Method_David on 10-16-2013
  • Leads to Customers transition

    Hey Method folks, My question is regarding the Lead to Customer transition. Basically, we do a lot of work with very large universities with tons of different contacts and different departments. The problem is that all these leads we are gathering are starting to overlap “customer names” (they are all from the same ...
Page 1088 of 2520 (25191 items) « First ... < Previous 1086 1087 1088 1089 1090 Next > ... Last »