18Dec SalesLogix 6.2 Consuming .NET DLL
If you have ever wanted to include some C# or VB.NET code in your SalesLogix app but couldnt figure out how to get the component created here are the steps: First create your .NET DLL . I utilized an example that told me I needed to also include a default constructor with no params: using [...]

