When triggering an event in our access control system, we set both a message and a reason. However, the Alarm list displays ‘Event Type Name’ in the Message column instead of our custom message. Is there a specific procedure we should be following for this?
new ACEvent(
[e.Id](https://e.id/ "https://e.id/"),
definitionId, // This is shown "Door <DOORNAME> Lockdown..." of definitionId
sourceId,
e.Time,
"test message.", // This isn't shown
"test message..", // This isn't shown
relatedCredentialHolderIds,
null,
null
);
