Search
-
The following updates are now live for users of Method
New Features / Updates
Fixes
Payment Gateways - Fixed an issue where some accounts could not navigate to the transaction history screen, or connect a new gateway. (PL-42130)
Regards,
Harman
-
I need to be able to create a hyperlink to any contact record in Method.
In most CRMs the URL would include the record's id e.g. http://crm.example.com/contacts/view?RecordID=123
But the URLs in method don't seem to use the RecordID returned by the REST API.
e.g. ...
-
The following updates are now live for users of Method
Fixes
Editable Grid - Fixed an issue where exporting the grid would return hidden columns in some scenarios. (PL-41989)
REST API - Fixed an issue where Get request was converting String to Datetime format. (PL-32733)
Regards,
Hannah
-
When we collect payment on an invoice through our website is there a better way to apply payment than to post a payment record to payments and then link the invoice ID and the payment ID with an applypaymenttxn record?
Sorry applypaymenttxn might not be the exact table but its something like that.
Or is there another endpoint I should ...
-
The following updates are now live for users of Method
New Features / Updates
Contacts - Updated the preferences screen to a more user friendly design. . (PL-40795)
Cases - Updated the preferences screen to a more user friendly design. . (PL-40793)
Donations - Update to the preferences design. (PL-42079)
Donor Pages - Added an information ...
-
The following updates are now live for users of Method
New Features / Updates
Proposals - Improved PDF template description in preferences. (PL-41942)
Work Orders - Added logic to create an invoice for when a work order had been previously invoiced but the invoice was deleted. (PL-41951)
Activities - Updated preferences experience. ...
-
The following updates are now live for users of Method
New Features / Updates
Purchase Orders - Updated the preferences screen to a more user-friendly design. (PL-40806)
Regards,
Harman
-
The following updates are now live for users of Method
New Features / Updates
Donations - Updated the Preferences experience. (PL-41541)
Fixes
Modal - Fixed an issue where the show message, Title and Body were unaligned. (PL-41737)
Editable Grid - Fixed some issues with pagination on grids having more than 5 pages. ...
-
Yes, you are correct. There is a POST example in the documentation. If you are planning on testing it you can test it by creating a Customer and adding a Customer/Entity table as an example.
-
Ok, Then as I understand as per your documentation, I have to pass the table name as a suffix for your endpoint.
[POST] /api/v1/tables/{tableName} into your endpoint.
|
|
|