Search
-
By the way - if you are looking to import data into Method, you might want to take a look at the new Import / Export tool we just launched into beta yesterday. It's pretty awesome. See http://www.methodintegration.com/cs/forums/t/721.aspx.
-
Brian,
There is no clear or purge function (scary to have such a thing!). But there is MethodAPIDeleteV2. This lets you delete one record at a time. You need to know the RecordID of the records you want to delete first though. So you would have to retreive those using MethodAPISelect_XMLV2 or ...
-
Dave -
It's good that you are very familiar with QuickBooks. That will help out a lot.
The BuildAssembly table is the *same thing* as what you see in QuickBooks when you go to Vendors > Inventory Activities > Build Assemblies. The Method API is just a way for you to populate what you see in that Build Assemblies screen ...
-
Dave -
I think there is some general confusion on what BuildAssemblies are. I think before you use the MethodAPI, you should try a bunch of examles in QuickBooks directly.
ItemInventoryAssembly is the actual QuickBooks item. Like "Bicycle M5200". This will appear in QuickBooks under the item list, which shows ...
-
Hi Dave -
This functionality already exists.
Just set the IsWaitForSyncApproval field to true on the initial BuildAssembly insert. With IsWaitForSyncApproval the sync will not take place. Then once you are done inserting parts to the build, set IsWaitForSyncApproval to False and the sync will bring it into QuickBooks.
Paul
-
Jacob - it's ready for beta. It's part of the next big publish that we need to push out. If everything goes well that will be by the end of the week. Otherwise it will have to be next week. Hard to give an exact date, as the entire platform needs to finish going through QA first.
Paul
-
Hi Dave -
Sorry, I didn't see this forum post.
There are no existing cookie-cutter modules for CMS. I am not aware of any integrations with Joomla, DNN, etc.
But we do have a very rich and easy to use API that allows you to view, add and edit QuickBooks and Method data with simple webservice calls.
This ...
-
"I'm almost convinced this is where the problem lies."
-I think this has a lot to do with. I think that before trying to get that webservice to work with Method you need to get it working on a test environment so that you can debug it more easily. The redirect sounds suspect.
"Before either of us get too ...
-
Brian,
I'm not a ColdFusion expert, but I think that I should be able to open up the following URLs in a regular browser window:
http://www.quickbasenation.com/sandbox/methodaccess.cfc?op=QBNTestLogin
or
http://www.quickbasenation.com/sandbox/methodaccess.cfc
But when I do that I'm getting an error on the page.
If I go to our ...
-
Hi Brian -
That's not a very descriptive message is it? It doesn't seem to like something about your webservice.
We can have a look at it for you. What is the webservice URL you are using, and the parameter(s) you are passing?
If it is confidential, feel free to send the info to method (at) methodintegration.com and ...
|
|
|