[IgnorePluginCheck] section in Eilocal.ini

You can prevent an Invoice module from starting unless required extensions (such as ReadSoft optional products or other plug-ins) are loaded.

At times (for example when testing or developing applications) it is necessary to temporarily override that requirement at individual workstations. To do this:

  1. Add an [IgnorePluginCheck] section to Eilocal.ini.

  2. Add the OLE class name of the plug-in to be excluded, followed by parameters that specify which Invoice modules the override should apply to, using a colon-separated list of modules:

    M = Invoice Manager
    I = Interpret (normally runs only in the background)
    V = Invoice Verify
    O = Invoice Optimize

    Example: M:O disables the extension load check for the Invoice Manager and Invoice Optimize modules.

    Alternatively, use an asterisk (*) to disable the check for all Invoice modules

Example

[IgnorePluginCheck]

eicommondlg.cserver=M:O

DBMaintenance.cserver=*

ERPImport.Connect=O
 

Installed plugins: [ModuleName::PluginName] - Eilocal.ini

DebugLevel [RuntimeSettings] - Eilocal.ini