Context Menu Names, Naming Conventions
On any context menus you create, you should follow these naming conventions:
- Use names that contain only alphanumeric characters and the underscore 
                           	 (_) character. 
                           	
                           
Alphanumeric characters include the letters a-z, either upper case or lower case, and the numerals 0-9.
 - Do not use the prefix "Std" on any shortcut menus you create.
 
The wizard creates these standard menus, which you should not modify:
- StdFind
 - StdDetails
 - StdDetailsAddFind
 - StdDefault
 
Related topics