Search
-
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 ...
-
Nick_Warren,
The transactions tab shows data from the transactions table, not the customer table. To see how this was accomplished 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 ...
-
Hi Bryan,
In step 1 of creating a user, do you have 'Login is Active 'checked. Also can this account sign into method normally?
Dave
-
Hi nick_warren,
You'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 'Current Balance'
Depending on your sync settings and whenever your last sync was, method may not have all the transactions listed ...
-
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 ...
-
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't populate it during the insert.
Let's walkthrough a quick simple example of what you're doing. At no point will I sync with quickbooks. The ...
-
Hi Chowrentoys.com
You cannot use Method API to invoke the functions of another API. What you need to do is invoke each API's functions as needed.
I'll illustrate with a brief example in C#(assuming you have all the webservice references added already)
MethodAPI to get products with quantity of ...
-
Hi Jason L,
Glad to hear you got it working. I'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
-
Hi aarongoens,
Can you please tell me what API function you are using that is causing the problem?
Dave
-
Jason L,
Sorry to keep you waiting...it's been kinda a manic Monday....anyway...
It sounds like you'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
string[ arrInsertFieldsArray = new string[ { "ArAccount", ...
|
|
|