-allowDJScript
Obsolete
The -allowDJScript option is obsolete and should generally not be used. It is intended only as a temporary workaround in scenarios where significant script refactoring would otherwise be required.
(Merge) (RunScript) (FMTransaction)
Use the built-in DocOrigin script processor.
Syntax
-allowDJScript ALLOW
Description
DJScript was replaced by the ECMA SpiderMonkey as the default script engine. By setting -allowDJScript ALLOW, you can request that the optimized DocOrigin script engine be used instead.
The DJ script engine is faster but does not support some of the less frequently used JavaScript features. If the DJ script engine does not recognize any JavaScript feature you may have used, RunScript will automatically revert to the more complete (but slower) SpiderMonkey processing.
Prior to version 3.1.002.03 (October 2018), the accepted values were Y|N and so must be changed to ALLOW when upgrading DocOrigin versions as applicable.