Bug Reports - 28.3.14 - Released 8 December 2025

This build has the following bug fixes implemented: 
Better
11888621 - Handle Change Management In Constant Contact Better
This adds support for:
  • Deleting a contact in BRAIN also deletes it on Constant Contact
  • Deleting a group in BRAIN deletes it on Constant Contact
  • Adding a group to a contact in BRAIN will cause it to upload to Constant Contact
  • Adding a group to an organization in BRAIN will upload all of the related contacts (and we already supported adding an organization's groups to the related contact)
Fixed
11899234 - Search Contacts From New Inbox Incorrectly Goes To MVC Pages
Normally, when you search Contacts, you are taken to /BRAIN/ContactsForm.aspx?Search=advanced. When using the new Inbox, though, you were being taken to the MVC /BRAIN/Contacts?SearchText=CUSTOMER, which results in you being taken to the MVC Contact form. This was wrong and has been fixed.
Fixed
11900085 - Changes to Syteline Customer Credit Hold Status Not Being Written to BD
Changing the Credit Hold status in Syteline for a customer - putting it on hold or taking it off - was not being written to BirdDog when the connector runs.
Fixed
11900336 - Turnstile Enabled Without Keys Causes ORE
Navigating to Site Settings | Website | Cloudflare and clicking the Enable Turnstile button without populating the Site and Secret Keys previously caused an ugly Object Reference error. It no longer does this, but this is still a case of 'don't do that' as it messes with login functionality. So don't do that.
Fixed
11900380 - Unable To Fully See Comments In Order Edit
An order with an extensive line comment showed up fine on OrderForm, but if edited, it was chopped off and at least partially unintelligible.
Better
11900439 - Project Phoenix Projects Report Missing Some Functionality
In 28.3.10, we completed our first pass of the new Project Phoenix Projects Report. Unfortunately, there was some stuff missing (like not having a record count or the selected statuses not changing if you changed the project type.) This adds some functionality back and improves some other stuff.
Fixed
11900487 - ES Imports Page Throws String Conversion Error
When navigating to the web imports page in a Macola ES environment, we were seeing an irritating error that prevented you from actually importing anything.
Fixed
11900568 - Email Validator Doesn't Handle Solutions Domains
We observed this with the Constant Contact connector, wherein the system wasn't handling emails like "me@my.solutions" at all.
Fixed
11900685 - Error Adding New Customer Item
When using enterprise, we support adding customer items, which are basically a different name for an item in the system (so, if I call it CABLE-X, but my customer refers to it as LATCH-CABLE, we can tie those together). At some point, we broke this functionality, so we had to fix it.