A module for Infor CRM to dynamically load custom javascript and style files without the need to modify any master pages. See this article for complete details and instructions.
In a nutshell, this is how it works. There are folders you place your scripts and stylesheets in and this module will load them all at runtime for you. No need to modify the master pages ever again.
- Download the bundle
- Install the bundle in Application Architect
- Look in the SlxClient/SupportFiles and you'll see a folder called "Custom" which contains three subfolders named "Scripts", "Style", and "Modules"
- Drop any javascript files in the SupportFiles/Custom/Scripts folder (you can organize things with subfolders if you'd like)
- Drop any CSS style files in the SupportFiles/Custom/Style folder (you can organize things with subfolders if you'd like)
- Drop any javascript to be loaded as AMD modules in the SupportFiles/Custom/Modules folder. Place each module in a separate subdirectory. The subdirectory name will be used as the module name. If the module includes a "main.js" file it will get loaded automatically at runtime.