Maximizer CRM (cloud) 2024 M9 release

✈️

Release date: September 25, 2024

Octopus API version: 2.47
Database version: 18.18.1

New features and improvements

  1. AbEntries KeyOnly (Legacy Driver) Webhooks
    Added support for sending KeyOnly events through webhooks when creating, updating and deleting AbEntry.
  2. InteractionLog Full (SQL Driver) Webhooks
    Added support for sending Full events through webhooks when creating, updating and deleting InteractionLog and InteractionLogDefault using SQL Driver.
  3. Cases KeyOnly (Legacy Driver) Webhooks
    Added support for sending KeyOnly events through webhooks when creating, updating and deleting Case and CaseDefault using Legacy Driver.
  4. Cases Full (SQL Driver) Webhooks
    Added support for sending Full events through webhooks when creating, updating and deleting Case and CaseDefault using SQL Driver.

Bug Fixes

  1. Interaction Read not returning null PageKey when total entries is lower than PageSize
    When using pagination in Interaction Read, null page key will be returned when number of records read is lower than page size (same behavior as other Octopus objects).
  2. Not able to set multiple users for SecAccess in AbEntry Create
    When SecAccess default entry for AbEntry is set as public, and user creates AbEntry with multiple users in SecAccess, API will create the entity as requested, instead of ignoring all the users passed.
  3. Inconsistency in Query syntax
    API now verifies query operators and returns error when those are not valid.
  4. Code Snippet Displayed Instead of Values in 'Current Stage Age Gap' Column
    Fix for calculated field Current Stage Age Gap in Opportunity ColumnSetup. When the needed fields for calculation are null, instead of the error with the expression, empty value will be returned.
  5. Appointment - All day event not returned
    Fix retrieving all-day appointments through the Octopus API. In some scenarios, where a date-only value is specified in the criteria for StartDate or EndDate (for example, "EndDate": { "$EQ": "2024-09-06" }), the all-day appointments would not be returned.
  6. Problems downloading EmailDocument content
    Fix for Opportunity creation using SQL Driver when readonly objects like SalesProcessSetup or SalesStageSetup are included in the payload.

Notes