When we pass in an event to create the event object ACEvent, e.Message doesn’t seem to be shown while e.Reason is required. Below is how we’re doing it.
new ACEvent(
[e.Id](https://e.Id),
definitionId,
sourceId,
e.Time,
"Cardholder Jack denied access to door 1.", // This isn't shown
"Cardholder Jack denied access to door 1.",
relatedCredentialHolderIds,
null,
null
);
We have tried making the message and the reason the same, although neither is displayed in Milestone.