Message from Hans Stoop via eLinkI've uploaded version 2.1.7 of CustomizationsRT to
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objid=3971342.CustomizationsRT is a module with utilities for OScript development andfor use by your own modules.Overview of the latest changes:2.1.7new: Added TimeInSec and TimeDiffInSec functions to the log object.changed:HTMLMaps can be added by orphaning the objectRoot\Patch\HtmlMap. When the orphan is used, it is no longer required thatthe mapped modules are initialized first. (mapping is done afterinitialization of all modules) 2.1.6fix: When adding a new node type to LLNodes, the type of the featurefSubType for the corresponding webNode and XLNode is wrong.fix: When producing() for a module not in the modules directory anempty OSpace is the result.2.1.5new: Display the path of the script/feature in the OSpace in theheader of the edit window.new: Display the search information in the search title. Makes itpossible to select the correct search window.2.1.4:new: function added to support schema upgrades. Available in theobject menu when the ModuleDBObject is selected. new: added check for breakpoints created by Scheduler.DebugBreak() inOScript + webLingofix: createParm: function prototypes can als contain strings aselement. These are skipped.2.1.3:fixed: OTHOME is no longer put in front of the log path, just like therest of Livelink.changed:In the log the date and time is displayed as yyymmdd hhmmss 2.1.2:new: OSpace main menu has an option to unlock a OSpace permanently.changed: Make a Module adds code to StartUp to identify the module. Userand company is asked during creation.changed: Make a Module adds the feasture fHistory to the webModuleobject to register the changes to the module.2.1.1:new: added object to easily support object factories for actions.fix: the XML node is properly created when a new subtype is made.