NXT Triggers

Use Typescript to write triggers for Business NXT. You select the table and the event, and we'll execute your code when the event occurs. Transform business logic from Visma Business to Business NXT!

NXT Triggers are a powerful way to automate your business by running custom code when certain events occur in your database.

Like SQL-triggers, but with Typescript and for Business NXT

Package Manager

Use the package manager to install and manage your dependencies from NPM.

Schedule your functions

Use the cron manager to schedule functions to run at specific times. This allows you to execute mutations at specific times, generate reports and send them by e-mail, or any other scheduled task. A task may run as often as every half hour.

Debugger

Use the debugger to invoke your code like the webhooks would, and get immediate feedback. All exceptions and console.log statements are shown in the console.

Documentation

The documentation is a living document that describes how to write triggers, what helpers are available, and samples to get you started.

Write your first trigger for Business NXT!

v20241010-lnku9© 2024 ON IT AS