Skip to content

Instantly share code, notes, and snippets.

@strepicor
Created October 28, 2016 05:16
Show Gist options
  • Save strepicor/18dbdf962112a5175864837fe6ed8319 to your computer and use it in GitHub Desktop.
Save strepicor/18dbdf962112a5175864837fe6ed8319 to your computer and use it in GitHub Desktop.
Epicor Customization - Rename UD Table Form's New Menu Items
baseToolbarsManager.Tools["EpiAddNewnewParent"].SharedProps.Caption = "Your Parent New Menu Item Name" ;
baseToolbarsManager.Tools["EpiAddNewnewChild"].SharedProps.Caption = "Your Child New Menu Item Name" ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment