You searched for the word(s): %27
-
BillRecordID is Foreign Key to the Bill table's primary key RecordID. Vendor is a required field in the Bill table.
To execute this you'll need a few separate calls and code to connect the returned datasets
1. Select api call to locate all Bills where vendor equals yourVendor.
2. Query returned dataset for list of ...
-
Okay, we have some bills synced with QB as examples. I found the line itmes in BillLineItem and am able to return the dataset with the API. However, the dataset returns all line items. How is the BillRecordID related to the bill or an individual Vendor?
I need to be able to pull all bills related to a Vendor and diplay the line items through the ...
-
Hi Ryan
Depending on your needs there are 2 different tables where this information is stored, BillLineItem and BillLineExpense. Knowing which one depends on how you are using QuickBooks.
-
Ben,
Glad to hear it works again! We implemented a fix today.
Jason
-
Ben,
This issue should be resolved. Can you try again and let us know if you have any more problems? Thanks!
Jason
-
I need to know where the information that is being displayed as line items in a bill are stored in Method so that I can retrieve that data with the API.
Thanks,
Ryan
-
Hi Chris,
I am having some difficulty understanding exactly what you are wanting to do between sreens, could you elaborate more on this? Would you be able to let me know which Screens you are attempting to transition from and to? Example are you going form Edit Customer Screen to Invoice Screen? Are you already on the Invoice ...
-
Hi Ben,
Does this error occur when you are trying to create the web form within Method? Was it when you clicked the Next button on Step 1 of 9: Select host website? Thanks.
Jason
-
Hey Ben,
Screen designer works best on IE, however, it will still work on other browsers. You should try clearing the Chrome history/cache as we're aware of some strange behaviour using Chrome at times. In Screen designer you can also right-click anywhere to reload the designer, which sometimes helps as well.
Sam
-
I was testing a web form without creating a lead. I want to include contact details within the activity. I'm just looking at editing the PHP to allow this.