Search
-
The following updates are now live for users of Method
New Features / Updates
Work Orders, Field Crew, Activities - Added a filter on Calendar to hide canceled events. (PL-36532)
Regards,
Nicolas
-
The following updates are now live for users of Method:
Fixes
Payments - Fixed an issue where clicking the save button also processed the payment (Xero). (PL-39053)
Regards,
Brian
-
Here's the trick, you need to add to the ItemInventory table, not the Item table. Kinda confusing....but the Item table is more of a "view" of all the types of item tables. And yes, we should be making that more obvious via the API.
I tried, using PostMan to create an item in the ItemInventory table, and can confirm that ...
-
The following updates are now live for users of Method
New Features / Updates
Work Orders - Updated and added header for New / Edit Work Order screen. (PL-39418)
Sales Transactions - Added logic to prevent invalid tax options from being applied to Subtotal tax items (QBDT).
Fixes
Work Orders - Fixed an issue where Field Crew notes were ...
-
I tried this all the way down to just one field and have not found a way to get the Item Name or Description to add.
curl --location --request POST 'https://rest.method.me/api/v1/tables/item' \
--header 'Authorization: APIKey **' \
--header 'Content-Type: application/json' \
--data-raw '{
"Name": ...
-
Jamie - I'll try a quick answer before the support and/or product teams chime in. On first glance, I would try a few things:
a) Don't include FullName. FullName is really a calculated field. It figures out FullName based on the Name as as well as the reference to a Parent, if there is one. I wonder if including FullName is throwing ...
-
I have been using the Method API for a couple years now and even when things are not clearly documented I have been able to figure them out from the examples in the API docs. However I have not been able to successfully create an Item through the API.
For example, I tried posting this item with this API call:
curl --location ...
-
The following updates are now live for users of Method
New Features / Updates
Proposals - Added the total amount of a proposal to the View Proposal screen. (PL-39242)
Fixes
Contacts - The Fax field has moved from the Edit Contact screen to the Edit Customer/Vendor screen. (PL-39342)
Regards,
Khamil
-
The following updates are now live for users of Method
Fixes
Payments - Fixed an issue where payment portal wasn't opening in app on iPhone. (PL-39169)
Regards,
Hannah
-
The following updates are now live for users of Method
New Features / Updates
Fixes
Fixed an issue where generating a report would cause an error in some scenarios. (PL-39483)
Regards,
Nicolas
|
|
|