The event object contains information about the event that fired the trigger.

Properties

PropertyDescription
eventThe type of event that fired the trigger. Can be INSERT, UPDATE or DELETE.
filterThe filter used to find the row that triggered the event. Handy to find the correct entry using GraphQL, as this can be passed directly as a filter expression.
{ orderNo: { _eq: 123 }
primaryKeysThe primary keys of the row that triggered the event.
{ orderNo: 123 }
changedByUserThe user that changed the row.
companyNoThe company number of the company that the event occurred in.
customerNoThe customer number of the customer that the event occurred in.
timestampThe timestamp of the event in UTC.
notificationIdThe ID of the notification that triggered the event. This is generated by Visma Connect.
tableIdentifierThe table identifier of the table that the event occurred in.