Creating a library
For more general information about the wizard, see Create a New Infor LN Software Component wizard.
Creating a library
-
Start the wizard and select the component type.
- Start the wizard.
- Specify the software
development activity for which you want to create the new library. Select
Library
as the component type. - To go to the Library Properties window, click .
- Specify the required
library properties.
In the Library Properties window, specify this information:
- Name
- This is a text value. The library name must start with the code of the package and module in which the library is located.
- Description
- The description of the library.
- Type
- Select a library type from the drop-down list. These
library types are used:
- General Library: General DLL - Dynamic Link Library
- Integration DLL: Dynamic Link Library that integrates between packages
All fields of the Library Properties window are mandatory. After you created the library, you cannot change its name anymore. You can change the other properties. As a default, the library type is General Library.
For more information about the library properties, see Library Editor.
- Create the library.
To create the library in your local workspace and to exit the wizard, click Activity Explorer view of the Application perspective.
. The created library appears in theThe wizard automatically creates some general source code for the new library, including a header with metadata and an empty 'skeleton' function.
If the name of the DLL consists of the table code with "ue" as suffix, such as whinh200ue, a User Exit DLL is created. See "User Exit DLL Overview" in the Infor ES Programmers Guide (Infor Customer Portal KB2924522).
You can now edit the new library in the Library Editor.