Search
-
Hey Guys,
Getting up to speed on working with the API over here... just one issue we're having at this point is that the desktop sync function is not working or I'm syncing the wrong (or not enough) data. Created a new customer via the API with all required fields & more. Everything looks good... even tried syncing both the Entity and ...
-
Hey Greg,
Okay--just so I'm clear on this... when a credit card number is entered in Method, it essentially syncs back to QB and is removed from the Method database? I entered one yesterday and it was available, all digits, as much as 15 minutes after entering but I think my sync manager may have been on pause. Just wanted to ...
-
Hey Guys,
We're looking to switch payment processors from QB to Paypal & wondering... how does the CreditCardNumber field work in the Customer table? Is this the number that will be used to process Paypal transactions? Is this data encrypted? Are there any limitations or rules to how this data is updated or retrieved via the API?
Thanks ...
-
David,
Thanks for pointing out the obvious! You would not believe how much time I spent tearing my hair out over this. How embarrassing :) Greatly appreciated.
Best,
Charles
-
API call is returning a string, when it should be returning an array. Look:
object(stdClass)#2 (1) {
["MethodAPISelect_XMLV2Result"]=>
string(377) "
ACME, INC
1060
OTHER, INC
1742
"
}
Here's the code:
$soap = new ...
-
Perhaps I will proceed with the hidden pre-filtered grid concept to replicate the more advanced table queries. If at some point you offer a beta version or upgrade to the ability to define the SELECT query criteria for table loops, I would love to hear about it.
Thanks.
Charles
-
Thanks Adam. Just for my own personal reference, would you happen to know WHICH tables I can start looking at?
Best,
Charles
-
Hey Adam,
Beta sync engine is all hooked up. Is there any documentation on the advanced inventory fields available through the new sync engine?
Best,
Charles
-
Hey Nelson,
While I seriously appreciate the effort you've put into your answer, I believe the entire point of my question is still being missed.
OBJECTIVE: To define semi-complex table SELECT queries, which actually follow the criteria presented to them. As we only have the option to define two AND WHERE statements in the table loop ...
-
Hey Nelson,
My apologies, I believe I may have confused you by not specifying the type of query I was referring to. UPDATE queries are not an issue as far as I can tell. The issue presents itself when I'm trying to loop through a table with the Method equivalent of a SELECT query.
To further the issue, I cannot seem to use linked table ...
|
|
|