I'm trying to hide the "Settings" area in CRM 2011 such that it is visible only to users
having a certain security role.
I have followed the suggestions mentioned in the following posts
https://community.dynamics.com/product/crm/f/117/t/28176.aspx
http://taoofcrm.com/2011/06/09/hiding-areas-in-the-sitemap/
and have created a custom entity as indicated in the posts.
None of my other security roles have "Read" on this entity. "System Customizer" by
default has "Read" on this entity.
I then included a Privilege tag like so
<Privilege Entity="Your custom entity name here" Privilege="Read" />
in each and every SubArea of Each <Group> that is defined for the "Settings" Area
under the <SiteMap> node and uploaded the solution containing this customization back to my org.
After importing the solution, I'm noticing that if I click on Settings --> Administration
the progress bar at the bottom of the browser stays busy for a long time and
I have also noticed an "Error on Page" message on the bottom left of the page.
Cicking on "Security Roles" or "Users" does the same thing.
Any help would be much appreciated.
OK I'll take a stab in the dark. I suspect you've messed up the SiteMap customisation. Roll back your changes and then go and install Tanguy's excellent SiteMap Editor tool from here. Do the same things you tried to do by hand and see if it works this time.
Related
I recently just got into Acumatica Report Designer. I have followed a quick tutorial I had found at https://www.timrodman.com/building-your-first-report-in-acumatica-report-designer/, but when I put my report into my Local instance of Acumatica I can not see it. I can directly put the screen id in the URL, but if I search it nothing pops up. I changed all the access rights to granted for the report itself. I have all admin rights on my local instance. What am I missing?
Make sure that you are adding a Workspace and category for anything with Modern UI
Note the top report will show up on Inventory Workspace under the Physical Inventory Category
The bottom 4 reports are loaded on the server but not mapped to the ui so can be accessed in code via an action etc. but are not on the ui. And would be under hidden for security purposes
Site Map Screen
Security View under hidden Workspace
Can you post a picture of your sitemap? My guess is that your URL is incorrect.
If I already own a mybalsamiq site and have a team on it, how do I open a different one for an entirely different company, and entirely different group of users?
Balsamiq support answered my question:
Click on SETTINGS in the menu. On the left side you have a section of settings called Site Settings. The last one is ADD A NEW SITE.
Simple as that. For some reason this is not clearly written in the documentation and I couldn't find the answer on the web.
The fact that I missed the option when looking for it is either due to Banner Blindness or the fact that it seems like this section is for "THIS SITE" (after all it's "site info" and not Manage Sites...
We have a SharePoint intranet, was accidentally changed by user significantly:
The fonts and styles are all wrong.
The menu from the Settings Cog on the top right corner also has different font styles.
I have just now locked down users permissions, so that only admin users are allowed to change, ordinary users should have read only access. It is a bit too late.
Questions:
Where could the user made the change?
What is the best way to reverse the change?
Can I find out who made the change?
Thanks
There are a few things the user could have done:
Change the "theme" of the site. This is most likely the case if the changes are only applied to one site/subsite, and not your entire site collection. This can be changed back by clicking on the gear, selecting "Site Settings", and then clicking on the "Change the Look" link.
Change the master page for the site. This can be changed back to the default by going to Site Settings again and clicking on the "Master Page" link under Look and Feel.
They EDITED the existing Master Page. This would have bee done through SharePoint Designer, and would need to be fixed through SharePoint Designer. (Find the Master Page in the Master Page Gallery, right click on it, and then select "Reset to Site Definition".
They simply applied a custom stylesheet. This can be reverted to the default by again going to Site Settings, and clicking on the "Master Page" link under Look and Feel.
(In SharePoint 2013, you can actually revert the theme, css, and master page all from the "Master Page" link in Site Settings.)
I'm currently working on a Liferay project and want to get rid of the My Pages and My Submissions menu items on the right side so that users of my site do not bother with them. Tried looking for the jsp that renders the left side menu, but could manage to remove the item from there. Any ideas how to proceed? Thanks!!!
You could add the following lines to your portal-ext.properties (usually found in webapps/ROOT/WEB-INF/classes under tomcat):
#deactivate Personal Community with *private* pages
layout.user.private.layouts.enabled=false
#deactivate Personal Community with *public* pages
layout.user.public.layouts.enabled=false
#hide Personal Community from my places
my.places.show.community.private.sites.with.no.layouts=false
and restart the server.
Recently I had the same task assigned. Fortunately removing this items from the menu is quite straightforward since the control panel is nothing more than a special layout for displaying portlets that are deployed in the portal server. You can read my blog post here to check the simple steps on how to customize the Control Panel and My Account portlet.
http://liferay.bdedov.eu/2012/02/clean-up-control-panel-from-unnecessary.html
You probably rather want to limit the permissions to people. Don't give out global administration roles, but create your own roles, "Define Permissions" for them as you need them and leave out the permissions that you don't want to provide to your users - e.g. "access in control panel" or the general permission to add a page.
Otherwise you'll miss other ways to use the interface and still allow them to add pages through other means (e.g. "Manage/Page").
Edit: The easiest way to get rid of "My Submissions" is to undeploy the workflow plugin (kaleo-web) - of course you can only do this if you don't need workflow.
So something happened and the related ribbon tab ("add") is mising on contact and opportunity. It's still there on Account. Any ideas what could make this tab disappear. The XML for contact has nothing. I currently have no javascript running on form load. I am so lost as to what could cause this.
It's most likely a problem with your security role. You should check the Contact permissions and compare with Account. I think the permission you need to look for is named "Append To".