About this guide
This guide describes the Extensibility features of Infor Enterprise Server.
Introduction
Personalization
With the personalization features you change more the look and feel of the application. With the extension features you add functionality to the application.
Customer Defined Fields
Tailoring is adding functionality to existing components. Tailoring includes the concept of Customer Defined Fields (CDFs).
Extension Modeler
Use the Infor LN Extension Modeler to add the logic around CDFs and how to tailor standard components.
Domain extension point
A domain extension is used to increase the length of a string field in Infor LN.
Table extension point
A table extension is used to react on the table events such as insert, update and delete for standard LN tables.
Report extension point
A report extension is used to enrich the data that is used as input for the report.
Session extension point
A session extension is used to add fields and commands to the session screen. This applies both to overview screens (grids) and detail screens.
BOD or BDE extension point
A BOD or BDE extension is used to publish additional fields with a BOD or BDE. You can also process additional fields that are part of an inbound BOD or BDE.
OData REST API extension point
Through the OData REST API extension point, Customer Defined Fields (CDFs) can be used in combination with any related OData REST API. The CDFs of a particular table can be used in all OData REST APIs that contain that table (entity type).
Menu extension point
A Menu extension is used to add additional menu items or to hide standard menu items.
Process extension point
A process extension is used to implement additional functionality in the LN application.
Extension debugging
New Component Development with Infor LN Studio
Governance
Extension Deployment
After extensions are developed, they can be exported from one environment and imported in another environment.

Home