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 INVOICES modules the override should apply to, using a colon-separated list of modules:
M = Manager
S = Scan
I = Interpret
V = Verify
T = Transfer
O = Optimize
Example: M:T:O disables the extension load check for the Manager, Transfer and Optimize modules.
Alternatively, use an asterisk (*) to disable the check for all modules
[IgnorePluginCheck]
eicommondlg.cserver=M:I
DBMaintenance.cserver=*
ERPImport.Connect=T:O