At times (for example when testing or developing applications) it is necessary to temporarily override that requirement at individual workstations. To do this:
Add an [IgnorePluginCheck] section to Eilocal.ini.
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
[IgnorePluginCheck]
eicommondlg.cserver=M:O
DBMaintenance.cserver=*
ERPImport.Connect=O