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.
There are following VB files in this add-in:
| CustomEdAdmin.vb | EdAdmin4 application level code |
|
There are following VB files in this add-in:
| CustomAds.vb | Fred4, custom ads |
| CustomBarcode.vb | Fred4, custom barcode |
| CustomFred.vb | Fred4, application level code |
| CustomPage.vb | Fred4, page editing level code |
| CustomPageAutomation.vb | Fred4, page automation level code |
| CustomEdition.vb | Fred4, edition editing level code |
| CustomTracy.vb | Fred4, tracking editing level code |
| CustomAdsDlg.vb | Fred4, custom ads import dialog |
|
There are following VB files in this add-in:
| CustomShell.vb | Shell application level code |
| CustomAdmin.vb | Admin, application level code |
| CustomPlanning.vb | Planning module, application level code |
|
There are following VB files in this add-in:
| Editions.vb | editions variables code |
|
There are following VB files in this add-in:
| CustomTed.vb | Ted4, application level code |
| CustomArticle.vb | Ted4, article editing level code |
| CustomPubDest.vb | Ted4, publishing destinations level code |
| CustomTedOptions.vb | User preferences on the system level, shared with Fred4 |
|
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