Search
-
The following updates are now live for users of Method
Fixes
Activities - Improved the captions and labels on the Activity Reports screen to make them more intuitive. (PL-36666)
App Ribbon - Fixed an issue where the Back arrow required two clicks in the 1/3 app ribbon panel. (PL-36627)
Calendar - Fixed an issue with fonts changing when ...
-
Hey dvananda,
It seems like the URL is incorrect, could you try changing it to "https://rest.method.me/api/v1/tables/Contacts/7".
Let me know if that works!
Thank you.
-
The following updates are now live for users of Method
New Features / Updates
Activities, Opportunities - Implemented more user-friendly validation messages on the HTML Editors featured on New/Edit Activity and New/Edit Opportunity. (PL-34662)
Fixes
Opportunities - Changed the link within the Opportunity Type dropdown to 'New/Edit ...
-
The following updates are now live for users of Method
Fixes
App Ribbon - Fixed an issue where the Back arrow required two clicks in the 1/3 app ribbon panel. (PL-36627)
Calendar - Fixed issue where changing a username would not update the calendar resource. (PL-36431)
Dropdowns - Fixed the click area, making it larger and easier to click. ...
-
import requests
url = "https://domain.method.me/api/v1/tables/Contacts/7"
headers = {
'Authorization': f'Bearer {key}'
}
response = requests.request("GET", url, headers=headers, data = payload)
print(response.text.encode('utf8'))
b'<!DOCTYPE html>\n<html ...
-
The following updates are now live for users of Method
New Features / Updates
Export - New and improved way to export data from Method accessible via the Integrations system page. (PL-36584)
Regards,
Michael
-
The following updates are now live for users of Method
New Features / Updates
Fixes
Import - Fixed an issue where upload timestamp was incorrect. (PL-37297)
Import - Fixed an issue where QB custom fields were being filtered out of mapping screen. (PL-37232)
Payments - Fixed an issue where Xero accounts were throwing validation errors when ...
-
The following updates are now live for users of Method
Fixes
App Routines - Fixed an issue that prevented some screen action sets from being copied to an app routine. (PL-37112)
Contacts - Fixed an issue where the import button on the Contact List screen would direct users to the old import tool instead of the new tool. ...
-
The following updates are now live for users of Method
New Features / Updates
Action Editor - Improved the "Jump to reference" feature to the first referenced action. (PL-36015)
Google Calendar - Method:New Google Calendar connection using correct server and not dependent on sign-in. (PL-37038)
Transaction Apps - Address lookup ...
-
The following updates are now live for users of Method
New Features / Updates
Multi-tenancy - Default apps are now installed when a new tenant is created. (PL-36982)
Import - Support cross-tenant imports and updates. (PL-36608)
Fixes
Calendar - Fixed an issue with the calendar not being displayed correctly when being ...
|
|
|