Difference between revisions of "HOWTO:Remove Duplicate Manufacturers"
From WireCAD Online Help
Wirecadadmin (Talk | contribs) (Created page with "{{PageHeader |shortcut=script |perms=All |level=XLT, PRO, ENT |desc=Describes the procedure for running a script to remove duplicate manufacturers by manufacturerID}}<br> =...") |
Wirecadadmin (Talk | contribs) |
||
Line 16: | Line 16: | ||
== Proceedure == | == Proceedure == | ||
− | # Click | + | # From within WireCAD click Plugins>Script Editor/Runner ... |
+ | # On the Script Editor, click File>Open and browse in the default folder to "Remove Duplicate Manufacturers.cs" | ||
+ | # Click the Run button on the toolbar. It will report back a couple of message boxes letting you know that it is working. | ||
+ | # When it is finished it will say Done in the compiler output window at the bottom of the form. | ||
+ | |||
+ | There is a similar script that will remove duplicate manufacturers by the name field. You may need to run both. |
Latest revision as of 18:32, 22 March 2013
Command Line Shortcut: script User Permissions Level: All |
APPLIES TO WireCAD v7.
Before You Start
Back up your database. I'm not kidding about this.
Proceedure
- From within WireCAD click Plugins>Script Editor/Runner ...
- On the Script Editor, click File>Open and browse in the default folder to "Remove Duplicate Manufacturers.cs"
- Click the Run button on the toolbar. It will report back a couple of message boxes letting you know that it is working.
- When it is finished it will say Done in the compiler output window at the bottom of the form.
There is a similar script that will remove duplicate manufacturers by the name field. You may need to run both.