Custom add-ins

Build 1501 on 14/Nov/2017  This topic last edited on: 21/Mar/2016, at 18:34

Custom add-ins serve to override the system add-ins code, when you need to do a site-level customizing. They contains the VB.NET code and additional dialog boxes.

These add-ins are to be maintained by the customer staff and Miles 33 dealers. Regional specific scripts, e.g. US, Italian, etc, are to be placed in Custom add-ins.

hmtoggle_plus1EdAdminCustomAddInExpress: contains custom methods and properties for EdAdmin
hmtoggle_plus1FredCustomAddInExpress: contains custom methods and properties for Fred
hmtoggle_plus1ShellCustomAddInExpress: contains custom methods and properties for Shell
hmtoggle_plus1TagScripts: contains custom methods and properties for tag scripts
hmtoggle_plus1TedCustomAddInExpress: contains custom methods and properties for Ted

About custom add-ins references

Custom add-ins project needs to contain all the references as system add-ins. Otherwise, when you paste a code from a system add-in, it will complain that some references are missing.

See Syncing custom add-in references

See also

System add-ins

Add-ins and upgrades