- 30 Sep 2024
- 1 Minute to read
- Print
- DarkLight
SDK: Referencing Third Party Libraries
- Updated on 30 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Overview
Referencing third-party libraries in SDK can be accomplished by referencing .DLL files in a Module or uploading them into the Decisions portal. Something to note is that .DLL files are referenced in both actions; the difference is where the configuration occurs. This article discusses two ways you can reference .DLL files and provides examples demonstrating the steps necessary to upload them properly.
Referencing .DLL Files within a Module
Users can refer to Building a Module(Advanced) for more information on building a Module in Decisions. Once a module has been created, follow the steps expressed in the article to store any desired third-party dependencies by adding a reference to them.
Additional examples can be accessed by visiting our GitHub Modules.
C:\Program Files\Decisions\Decisions Server\Logs.
Uploading Custom .DLL Files to the Decisions Portal
Users can upload custom .DLL files directly into the Decisions portal.
After dragging and dropping your desired file, a menu will appear with the option to import or add the file as a document.
If you receive an error message, please make sure you have chosen the correct folder and re-upload the file.
File(s) that have been uploaded should now be available for use in your project.