Adding the agency assemblies
The first step is to add the assemblies (dlls) containing the methods that you want to call to the Enhancement\bin directory within your Infor Public Sector directory. Each assembly must follow these guidelines:
- First, you must add Core.dll and ServerControls.dll to the list of referenced assemblies.
- You must then create a new class that
inherits from
Hansen.UI.Web.EnhContainedVisualApplet
. - Each method that you want to call from
Infor Public Sector must be a public method with a
return type of
Result
.
After compiling the dll you will add it to the Enhancement\bin directory and then update the configuration file.