Extensions menu overview
Use the Extensions menu to access components of the Extension Enablement Toolkit. The toolkit is an Infor developer toolkit that can be used to customize the Distribution SX.e user interface and logic.
The toolkit is part of the standard product, but it requires an advanced understanding of JavaScript to fully use it. We recommend that you engage Infor Consulting Services to learn how to use the toolkit, or to have their developers extend Distribution SX.e for your business requirements.
You can access the Extensions menu from the navigation menu bar if your operator security permits it. From the menu, you can access these components of the Extension Enablement Toolkit:
- Developer Extension
Select Developer Extension tool directly. If the page has more than one view, you can select to select the view to edit.
to open - SA Extension Administration
Select SA Extension Administration to create a new view, JavaScript, or CSS extension. You can also access SA Extension Administration directly from the main Distribution SX.e menu.
to open - Infor Distribution REST service help
Select Distribution SX.e in a separate browser tab. The REST Service help contains the same information as the Swagger documentation, but it is for viewing only.
to open API documentation for - Swagger documentation
Select Distribution SX.ein the Swagger user interface. You can perform calls from the Swagger UI.
to open Swagger API documentation forSee the Infor CloudSuite Distribution Configuration Guide or the Infor Distribution SX.e Integration Guide for Infor OS.
- Source Viewer
Select
to view the source code within the user interface. The source code is required for developing most JavaScript extensions. - Debug Mode or Standard Mode
Select Distribution SX.e with unminified JavaScript source code for debugging. In the unminified JavaScript code, you can set breakpoints and step through it line by line. Select to exit the debug mode.
to run