This is a sample ExecutableTrigger for eWay-CRM created in Visual Studio Code.
For better C# support install IntelliCode for C# Dev Kit.
A trigger definition is in (SampleExecutableTrigger.xml)[SampleExecutableTrigger.xml] file.
To build the project in Release mode call dotnet build -c Release
from VS Code terminal.
As the project requires .NET Framework 4.7.2, the project must target x64 architecture, otherwise debugging would not be supported.
The sample program adds Hello world!
to a journal note when a new journal is created.