Post

1 follower Follow
0
Avatar

Navigation Panel New Items

How can I disable the option to add new items from the Navigation Panel?  I want to force users to use the custom actions I created at the organization level, so I can enforce mandatory fields and setup default values.

Chris Corbin Answered

Please sign in to leave a comment.

2 comments

0
Avatar

Hi Chris,

I have moved this to the customization section of our forum. I believe you can do this with Custom CSS to get rid of the "New" button from the navigation panel.

Tom Do 0 votes
Comment actions Permalink
0
Avatar

Hi Chris,

 

You can do one or both of the following:

  1. Use a validation rule with the following evaluation criteria: not isTriggeredBy('CustomAction') this will validate that the project creation (for example) was triggered by Custom Action and not something else.

  2. Use custom CSS to remove the New. Basically you need to remove it not just from navigation bar but from many other places in the system. For removing it from the navigation bar you need to inject the following code to the custom css global variable. In that case use the following code: #Actions_Action_CreateNew_Label {display:none;}

 

For additional help please feel free to join one of our live Advanced Q&A webinars.

 

Best Regards,

Tamir

Tamir Avital 0 votes
Comment actions Permalink