Method Community

 

Search

Page 11 of 17 (163 items) « First ... < Previous 9 10 11 12 13 Next > ... Last »
  • Re: Total Balance

    Hi nick_warren and lacrews, For the record, no one at method ever gives up on a client and their forum questions....but the sad fact of the matter is sometimes we have other things to do that delay when we reply to a forum post. I am currently working on trying to reproduce this issue you are reporting. In the meantime, Nick_warren can you ...
    Posted to Method:API Q&A (Forum) by Method_David on 08-16-2012
  • Re: Total Balance

    Nick_Warren, The transactions tab shows data from the transactions table, not the customer table. To see how this was accomplished&nbsp;I suggest you look into the design of the screen and the underlying table of that grid. There is a summary column there for the balance column of the transactions grid (i.e. the balance column of the transactions ...
    Posted to Method:API Q&A (Forum) by Method_David on 08-16-2012
  • Re: Third party developer

    Hi Bryan, In step 1 of creating a user, do you have &#39;Login is Active &#39;checked. Also can this account sign into method normally? Dave
    Posted to Method:API Q&A (Forum) by Method_David on 08-16-2012
  • Re: Total Balance

    Hi nick_warren, You&#39;re comparing two different things. Total balance is from the customer table. It is not on the screen you are using. The field Balance is what we display. It is on the screen as &#39;Current Balance&#39; Depending on your sync settings and whenever your last sync was,&nbsp;method may not have all the transactions listed ...
    Posted to Method:API Q&A (Forum) by Method_David on 08-16-2012
  • Re: Third party developer

    Hi Bryan, It really depends on who will be accessing/using your app....remember for every API call a valid account, login, and password is required. Personally, I would recommend creating a new user, that way the work of any of your existing users will not be disrupted since only 1 person at a time can be logged in as a specific user. The key ...
    Posted to Method:API Q&A (Forum) by Method_David on 08-15-2012
  • Re: API General Question

    Hi nick_warren, I need to specify. The field returned is RecordID not Record_ID. If you have a custom field called Record_ID and are trying to retrieve that, it may not be populated if you don&#39;t populate it during the insert. Let&#39;s walkthrough a quick simple example of what you&#39;re doing. At no point will I sync with quickbooks. The ...
    Posted to Method:API Q&A (Forum) by Method_David on 08-15-2012
  • Re: Using Method API to update ecommerce site

    Hi Chowrentoys.com You cannot use Method API to invoke the functions of another API. What you need to do is invoke each API&#39;s functions as needed. I&#39;ll illustrate with a brief example in C#(assuming you have all the webservice references added already) MethodAPI to get products with quantity of ...
    Posted to Method:API Q&A (Forum) by Method_David on 08-03-2012
  • Re: Writing two linked tables

    &nbsp;Hi Jason L, Glad to hear you got it working. I&#39;ve been trying to reproduce the error for the past 2 days without any luck. I was actually starting to write a post asking you to elaborate on how you set up your linked fields. Dave
    Posted to Method:API Q&A (Forum) by Method_David on 07-18-2012
  • Re: Error Failure on initial Customer export

    Hi aarongoens, Can you please tell me what API function you are using that is causing the problem? Dave
    Posted to Method:API Q&A (Forum) by Method_David on 07-16-2012
  • Re: Writing two linked tables

    &nbsp;Jason L, Sorry to keep you waiting...it&#39;s been kinda a manic Monday....anyway... It sounds like you&#39;ve added an extra field for recordid to table B, and have made it required. So it should be part of your insert list. Extending my example from above &nbsp;string[ arrInsertFieldsArray = new string[ { &quot;ArAccount&quot;, ...
    Posted to Method:API Q&A (Forum) by Method_David on 07-16-2012
Page 11 of 17 (163 items) « First ... < Previous 9 10 11 12 13 Next > ... Last »