DataChange Event not triggering for non-admin user
Hi everyone,
I’m facing an issue with a Thing-based DataChange event (Generic).
I have a Thing (Dataset) that contains a property and a DataChange event bound to it.
The event works perfectly fine with administrator user but now for other user which is not administrator and have rights on this project only.
However, when I test with another user account, the event does not trigger at all — even though:
-
I’ve already granted full Run Time permissions (Property Read/Write, Service Execute, Event Execute, Event Subscribe) to the user group.
-
I’ve also given Visibility permissions to the Thing.
Still, the event only works for the admin user.
Could anyone please confirm what exact permissions are required for a DataChange event to trigger correctly for non-admin users?



