Publication Date: October 26, 2023
Target Audience: System Integrators, Facility Security Managers, IT Admins
Product Focus: Version 244 Update (ver 244 upd) of Enterprise Access Control Software

Instead of polling the database for door events, developers can now subscribe to real-time webhooks. Example payload (JSON):


  "event": "door.granted",
  "door_id": "DD-101-Lobby",
  "cardholder": "jane.doe@company.com",
  "timestamp": "2023-10-26T14:23:01Z",
  "credential_type": "mobile_ble"

The built-in credential issuer has been overhauled with GDPR/CCPA compliance tools.

| ID | Description | Workaround | |----|-------------|-------------| | ACS-4427 | Rare race condition when two admins edit the same door group simultaneously → changes may drop one admin’s edits. | Use exclusive edit lock (new feature) or schedule changes. | | ACS-4451 | Mobile credentials on iOS 18.2 beta fail to provision. | Roll back mobile client to 5.3.1 or upgrade to iOS 18.2 RC. | | ACS-4480 | Syslog export of audit logs includes duplicate timestamps for events < 1ms apart. | Deduplicate at SIEM ingestion layer; fix in v.244a patch. |