How to disiable navigation bar in openbravo 3 - openbravo

I would like to disable top navigation bar for certain users.
Quick Menus
Create New
Launch
Application Menu
Alerts
Log out
User Preferences
Help.
I would like to show only workspace with default widgets in it when certain users logs into openbravo.
How to achieve the above features in openbravo.
Any help greatly appreciated!.

1) You can enable portal interface
(from http://wiki.openbravo.com/wiki/Role)
For Portal Users: If checked, this role will have a simplified (portal) interface, where we may see only configured workspace widgets with role access. Portal interface changes the look and feel of the workspace. Top page menu and left-side menu are hidden. Usually a role for Portal Users givess access to users only to their own information using widgets.
2) To remove logout link you have to add patch/tweak client application module
3) Since portal interface also disables left-side menu (i.e recent views, recent documents etc) to enable you have to add patch/tweak client application module
patches or changes may need to go on smartclient code as well as java code related to default workspace

It's possible to hide tool bar here via preferences. But Openbravo core customization is required to disiable top navigation bar in openbravo 3. It is not possible to achieve the above using openbravo's extended module feature. Check this link

Related

Azure API Management Developer Portal edit detail options

I am new to APIM, when I try to edit the page api-details and change some of the defaults for "List of Operations" it does not present me with an option to save (stays greyed out). Instead I get a message saying "This section is part of a "Default" layout. Would you like to open it for editing?"
Opening the default layout doesnt really do anything in terms of helping me save these options. How to I save these options? Like "Allow switching between URL paths and operation names"?
After selecting default group the following happens.
One of the workaround to save the changes made to layout in APIM developer portal as following:
Go to the developer portal of the APIM Instance > Click on APIs option on right top corner > Click on Edit Layouts option comes in the bottom right corner >
Edit your layout by adding the required options like List of APIs or API History or Widgets and then click on Save button is available on left side.
After making selection, Save option will be enabled to apply changes.

Acumatica Report Not Showing in Acumatica

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.

SharePoint Online Hub Sites Navigation - top level menu item with no hyperlink

On the hub site top navigation, I cannot find a way to add a menu item without a link.
On all of the other SharePoint online menu editors, you can leave the URL blank and it will make the new item a label without a hyperlink. However, in the hub sites top navigation, if you leave the URL blank, the "OK" button is disabled. If you add "#" in the URL, it links to the site home page. This is a problem because users automatically click on a menu item when they want to see the children, resulting in a page reload.
More details here: https://techcommunity.microsoft.com/t5/SharePoint/Hub-site-navigation-top-level-requires-URL/m-p/226427#M20428
Has anyone been able to successfully add a menu to their hub site with top level navigation items not linking to anywhere?
Yes, that is not supported OOTB. A valid URL seems like a must.
To get around this issue, you can make use of SPFx extensions based on links in term store.
After that, you can delete all the links in your hub site and then deploy this extension to sites associated to your hub. This will provide you will a consistent top navigation across site collections.
GitHub Link - Tenant Global NavBar Application Customizer
Use PS script from - Apply SPFx extensions to SharePoint Hub Sites using PnP PowerShell
When you deploy this extension, if the term has no link it acts like a label.
If the term has child links, it will open a dropdown showing those child links which can then be clicked.
Seems like an overkill but there seems to be no other option.
You can always guide and train your end users or content owners to hover the links and the dropdown for child links besides it before clicking, but it will require a mentality change on their part !

Custom Welcome Screen in Dynamics CRM

I Want to Show custom welcome screen when a user logs in to Dynamics CRM 2016. I searched and i just got how to disable welcome screen tour but i couldn't find how to show my own custom screen (message or HTML).
Any help is appreciated.
Thanks
Make a dashboard with a single large HTML web resource.
Place your content inside that HTML web resource.
Set that dashboard as the default for new users. Display a specific dashboard by default for a specific user role
You can also add your welcome page as HTML web resource, add its link to your sitemap and set this sitemap subarea as a default tab for every user.
EDIT (detailed description):
Create custom HTML web resource and publish it in CRM.
Edit your sitemap to contain link to newly created web resource. Sample configuration below:
Sample
In my case my web resource HTML name is "new_welcome.html"
Go to user's personal options and set your new site.map position to be your user's default tab. You may do this with CRM interface (separately for every user :()) or with the tools for personal options mass update (for example with User Settings Utility from XrmToolBox)
Sample results of above mentioned operations:
Solution of you problem is Announcements.
Its easy to configure and easy to circulate the information across all the users.
Follow the below links for more information about Announcement,
https://www.microsoft.com/en-us/dynamics/crm-customer-center/broadcast-announcements-to-an-entire-organization.aspx
I would suggest not to use announcements because of the following reasons:
It is legacy functionality from CRM 2011 version.
It does not support rich text formatting or html components, images, etc.
You still need to create custom web resource to present it to the end user (so from the work effort perspective it also does not make sense)

Dynamic Menu using Tile in Struts2

Hi I need to make a dynamic menu in my struts2 application, so there should be two different menus for members of website and guests, currently I am using Struts2 and tile to have a basic menu but I do not know how to change it for members when they are logged in.
Well you have few options here
Create two menu set and when user got logged in to the system set his/her role and based on the role can show the menu items.
other solution, which is more flexible elegant and more powerful is to use spring security.Spring security comes with role system and some set of tags based on which you can show and hide option based on the logged in user and role assigned to the user.
I will go with the second one as its more flexible and easy to enhance in future.

Resources