✈️

Release date: September 24, 2025

Octopus API version: 2.58
Database version: 18.21.0.

Bug Fixes

  1. Opportunity Read fails if Start Date is very old.
    Fixed an issue where reading the Age of Opportunities with very old start dates caused errors.

Notes

✈️

Release date: August 27, 2025

Octopus API version: 2.57
Database version: 18.20.0

This release includes internal improvements and bug fixes that enhance the API performance and reliability. These changes do not affect the API's functionality or require any action from end users.


Notes

✈️

Release date: July 30, 2025

Octopus API version: 2.56
Database version: 18.20.0

This release includes internal improvements and bug fixes that enhance the API performance and reliability. These changes do not affect the API's functionality or require any action from end users.


Notes

✈️

Release date: June 25, 2025

Octopus API version: 2.55
Database version: 18.19.0

New features and improvements

  1. Octopus - Add CRUD support for "Solution Notes" property to Case object
    Added "Solution Notes" property to the Case object.

Notes

✈️

Release date: May 28, 2025

Octopus API version: 2.54
Database version: 18.19.0

New features and improvements

  1. Increase the character limits for Opportunity Description field
    Increased Max Length of Opportunity Description field to 9215 characters.

Bug Fixes

  1. Lead - $PHRASE search default behavior not working
    Fix $PHRASE default behavior to search against both Name (FirstName + MiddleName + LastName) and Company. For example, searches like $PHRASE : "Disney Donald" would not return any entry even when there was an entry for Donald Duck of Disney company.

Notes

✈️

Release date: April 30, 2025

Octopus API version: 2.53
Database version: 18.18.1

Bug Fixes

  1. Octopus - Issues querying all-day appointments
    Fix edge cases incorrectly returned when using $LT and $GT operators to retrieve all-day events:
    • $LT "2025-03-13" would return all-day events for March 13, 2025, when it shouldn't
    • $GT "2025-03-13" would return all-day events for March 13, 2025, when it shouldn't
  2. User with Mailing Address Delete Rights Can't Delete Address without Address Book Delete rights.
    Fix access rights to CRUD alternative addresses using the Address object. The permissions needed are:
    • To Read => Read Mailing Address + Read Address Book
    • To Insert => Insert Mailing Address + Modify Address Book
    • To Modify => Modify Mailing Address + Modify Address Book
    • To Delete => Delete Mailing Address + Modify Address Book
      For row level security, the permissions needed are:
    • To Read => Read Access to the Address Book (parent of the Address being read)
    • To Insert/Modify/Delete => Full Access to the Address Book (parent of the Address being inserted/modified/deleted)
      Note: users with privilege "Modify other users' private entries" are able to change address on any Address Book entry (no explicit Read Access / Full Access needed).

Notes

✈️

Release date: March 26, 2025

Octopus API version: 2.52
Database version: 18.18.1

New features and improvements

  1. Lead - Incorrect ReadOnly flag returned by Details API
    Fix the logic that calculates SecStatus field for some very specific scenarios.
  2. Schema - Expose "Url" attribute for Udf StringField
    Added "Url" attribute to StringField definition. This provides the ability to differentiate when an Alphanumeric Udf definition is marked with "Display as hyperlink".

Notes

✈️

Release date: February 26, 2025

Octopus API version: 2.51
Database version: 18.18.1

New features and improvements

  1. Leads - Support for Key Fields
    Implemented support for Create, Update and Delete (CUD) operations on KeyFieldDefinition object for EntityType = 19 (Lead). This implementation does not support extended features like multi-column templates, separators and groups.

Notes

✈️

Release date: January 29, 2025

Octopus API version: 2.50
Database version: 18.18.1

Bug Fixes

  1. Error when creating AbEntry with IgnoreDefault true
    Fix for bug not allowing to create AbEntry when flag IgnoreDefault was set to true.
  2. Error when updating Address assigned to AbEntry
    Fix for bug not allowing to update Address when ParentKey is related to AbEntry.
  3. Opportunity Searcher fails when User Culture set to Azerbaijani (Latin)[az-Latn]
    Fix for bug reading Opportunities when User Culture is set to Azerbaijani (Latin) [az-Latn].

Notes

We’re excited to unveil the new Webhooks API, providing a self-service method for managing webhooks directly within Maximizer.


What’s New?

  • Create and Manage Webhooks
    The Webhooks API empowers you to create, configure, and manage webhook targets and subscriptions effortlessly.
  • Getting started
    Please, follow our Webhooks API documentation - Webhooks API and check out our Postman collection .

For more information about webhooks, please see the Maximizer Webhooks guide.