Netsuite: Any way to hide the center tab which seems like a customize tab - netsuite

How to remove or hide the center tab? It seems to me like a customized tab. I tried to look into Customization> Center and Tabs > Center Tabs but no luck. I search through all the scripts deployment but do not see any related. They are just lying on the bar there permanently. Any help is appreciated.

Hover on the custom tab you want to remove, say "Intranet", and the first entry in the drop-down should be the tab overview section - in this example "Intranet Overview". Click that and look for "Edit Custom Tab" near the top right. Click that and under Audience you can remove the role from the tab.
You can also get to the edit tab screen through Customization > Centers and Tabs > Center Tabs as you were, but you need to make sure you're looking at the tab under the correct Center you're using in the role you want to remove it for, and then under the Audience tab you choose which Roles (or employees, groups or whatever) it will show for.

Finally I managed to hide these two annoying tabs from the bar. :)
You just have to navigated to Setup > Company > Enable Features and then under Web Presence Tab and uncheck the Intranet box as shown in below. Done.

Related

How can I hide acumatica Bills of material and Production Orders all screens using code

How can I hide acumatica Bills of material and Production Orders all screens using code.
While publish my customization i ant to hide this two workspace and its Tiles and Screens.
If I understand correctly current issue is hiding the tile item.
Try opening the workspace, then click on the three dots menu and select Edit Menu.
Hover the mouse on the tile and click on the red X button to remove it.
After this change, add sitemap entry in customization (if it's not already there) or use reload from database button. I haven't tested it but this used to work in previous Acumatica versions.
As it was mentioned in comments there is no official programmatic interface to manipulate the tile item.

Bitrix24 CRM menu Label text changes

I have self hosted bitrix24 and would like to change CRM header as below. Deals -> Projects , Companies - > Deals, Contacts -> Companies. Please if someone done it need helpful.
In most cases you should not rename interface items in such way because it will confuse users! It's not just names, they imply a business logic.
But if you still want to change menu settings in Bitrix (i.e. menu items order) use following instructions:
Login as admin user.
Turn on edit mode as
Place mouse cursor on top of main menu. Wait a half a second for floating settings pane and then select "Edit menu" button:
In opened Edit menu dialog you can change titles and links of menu items, change their order and even delete:
p.s. Sorry for russian l10n in screenshots, but hope they help.

Sharepoint 2013 - Remove [2] from webpart Title

My Home page with all the webparts has a number in brackets after the webpart title.
How can I remove this?
Ok, I found a solution.
Stay at the page that you can see "XXX [Number]"
Click the "Page" button at the top-left corner
Click the "Edit Properties" button
Click the text(possibly blue) "Open Web Part Page in maintenance view"
Check the duplicate web parts you want to remove and click the "delete" button above.
(If you are NOT sure which are the web parts you want to keep, please delete them all and re-add the web parts you need. Otherwise, you might end up with some white space on the web part page.)
The number gets added because you have multiple web parts configured with the same title. You need some change on the webpart's title to make the [2] disappear.
Alternatively, you might want to hide the webpart's title. Edit your webpart, expand the "Appearance" section, and select the option "None" on the "Chrome type" dropdown.
This was driving me nuts too. Follow the steps here for the steps to delete it through the webpart maintenance page:
http://www.spdeveloper.co.in/tipsntricks/pages/opening-webpart-maintenance-page.aspx
Add a space after the title, this way you can use the same title for multiple webparts.
Of course you should delete the "extra" duplicate web parts using the same title if they aren't visible on the page. But it's not unusual to want the same title showing for different web parts. In that scenario, a simple fix is to add a space after the title in the Appearance section of the duplicate web part's properties. If there are multiple web parts with the same title, just add more spaces. SP will treat the titles as unique.

How to remove whole Site Actions menu for specific users?

I have been doing research, and I havent found a way to remove the WHOLE site actions menu for "non-content editors" in sharepoint. I have researched this:
<SharePoint:SPSecurityTrimmedControl ID="SPSecurityTrimmedControl2" runat="server" PermissionsString="ManageSubwebs">
but this only hides certain links in the site actions menu, what if I want to hide the whole thing so you cant even see 'site actions' in the upper left hand corner of the page for certain users. The content editors should be able to see this menu, but non-content editors should not be able to see this menu at all.
Try changing PermissionsString to "ManageWeb"... it will hide for all users who doesn't have ManageWeb role... How are you going to categorize "certain users" in your question, if it is by role, you can quickly have a look at msdn
i know its a bit of a cheat way round, but i used this from codeplex... you can sepecify what users see it through groups http://spribbonvisibility.codeplex.com/
the only issue is it does remove the users name from top right, and leaves no menu there...

Drupal Panels, Tabs - How do I create a link to a tab within a panel node?

How do I create a link to a tab within a panel node?
I'm working on a Drupal website and have tabs within panel nodes (Modules: Tabs, Panels, Tabs Panel Style). When I click on the tabs it takes me to the correct tab. When I click on the 'next' and 'previous' links they take to the correct page. When I hover over those links they show me the link URL (ex: http://examplesite.com/content/Project-Template#build-it).
When I type in a URL like that in the address bar it doesn't take me to the tab, but it does take me to the main page with the tabs on it.
How do I create a link to a tab within a panel node?
This is very important b/c I want to be able to direct people to a certain tab from other pages. This will also be useful if I need to call one of the tabs but pass some parameters in this time (example: editing or deleting data, which passes parameters of what to edit or delete). I want the user to be brought back to the tab they made the request from and not the first tab b/c that is not user-friendly.
I made this for you, it's for the 7.x-1.x branch.
https://drupal.org/node/2214435#comment-8560105

Resources