...
- Select Microsoft Dynamics GP > Tools > Setup > Equipment > System > Tabs.
- Select Update Tabs to add the Hierarchy tab to the scrolling window. When prompted Are you sure you want to add new tabs? select Yes. The Hierarchy tab appears in the scrolling window. Adding the Hierarchy tab does not affect any customizations made to the order of the tabs; only the Initialize Tabs button restores the default tab order.
- Mark the Visible checkbox to display the Hierarchy tab on the Equipment Manager. You can use the Top, Up, Down, and Bottom buttons to rearrange the Hierarchy tab from its default position.
- Select OK.
...
- Open the file Signature.Dynamics.GP.EquipmentManagement. Hierarchy.Language0.xml in any text editor.
- Locate the tag you wish to edit. For example, to change the name used to refer to a container, you would need to edit every tag with the word "container" in it.
<item key="AddContainer">Add Container</item> - Replace the existing entry with the new value, for example:
<item key="AddContainer">Add Kit</item> - When you are done editing the entries that you wish to change, save, and close the file.
- Your changes will take effect the next time you launch Microsoft Dynamics GP.