Maximizer CRM (cloud) 2024 M6 release

✈️

Release date: June 19, 2024

Octopus API version: 2.44
Database version: 18.17.0

New features and improvements

  1. Add support for Key Field List CUD
    Implemented support for Create, Update and Delete (CUD) operations on KeyFieldList object.
  2. Add support for Key Field Definition CUD
    Implemented support for Create, Update and Delete (CUD) operations on KeyFieldDefinition object. The current version supports only EntityType = 2 (Opportunity) and EntityType = 5 (Case).
  3. Add more fields to "group by" support for Tasks
    Added support for group by for following properties of task: AbEntryKey, LeadKey, WithKey
  4. Formula UDFs - Create on demand recalculation process
    Now API supports recalculation of formula udfs on demand. That process will use new scripting library, will run in async way and will allow recalculation of old and new formulas.

Bug Fixes

  1. Appointments - Description is truncated by 6000 characters when updated
    When creating or updating an appointment the description field will be truncated by 8192 (current MaxLength Metadata configuration)

Notes