cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

How to use the ACL command menu_delete when menu name has more than one word?

rboneti
1-Newbie

How to use the ACL command menu_delete when menu name has more than one word?

Hi all,

The ACL menu_delete command works well when the menu name's just one word, like "Find". But when it has more than one word ("Find Expressions, for example"), it doesn't work.

I've tried these:

menu_delete .Edit."Find Expressions"

menu_delete .Edit."Find &Expressions"

menu_delete .Edit. "Find &Expressions"

menu_delete .Edit. "FindExpressions"

1 ACCEPTED SOLUTION

Accepted Solutions
BrianJ
3-Visitor
(To:rboneti)

Try

menu_delete .Edit.Find_Expressions

The underscore character is used for spaces and underscores in menu path matching. Details can be seen by searching for "Special characters in menu paths" in Help.

View solution in original post

2 REPLIES 2
BrianJ
3-Visitor
(To:rboneti)

Try

menu_delete .Edit.Find_Expressions

The underscore character is used for spaces and underscores in menu path matching. Details can be seen by searching for "Special characters in menu paths" in Help.

rboneti
1-Newbie
(To:BrianJ)

That's it!

Thank You!

Top Tags