How do I hide the WorkFlow tab on a NetSuite custom record? - netsuite

I developed a custom record on NetSuite, and by default a workflow tab is shown to the user on this edit / view modes. Is there a way to hide it, using NetSuite's API or SuiteBuilder?
As an alternative, just placing it as the last tab would work too.
Thanks in advance!

There is no need of any API or SuiteBuilder. You can easily achieve this by form customization.
Go to your Custom Record Type and below you will find forms subtab. click on
forms subtab --> Edit or Customize
On the first subtab just uncheck the tab which you doesn't want to see in your record.

In both view nad edit modes by customizing form you can hide the workflow tab

Related

How to remove 'My Approvals' tab from Approval screen (EP503010) in Acumatica?

I am trying to remove My Approvals tab from Approval screen (EP503010). But challenge is its not like other pages. This screen built in with some automation steps and conditions. How to remove My Approval tab?
I found the solution for this question. We need to use filter in screen in top corner

What template or library can I use to create documentation sites with expanding / collapsing menus? Example provided

We're using the online version (office 365). Here's an example:
https://support.office.com/en-us/article/Create-and-edit-a-wiki-dc64f9c2-d1a2-44b5-ac59-b9d535551a32?ui=en-US&rs=en-US&ad=US
You mean to say a dropdown menu with links, like Products Templates and Support menu in the link you have shared?
If yes then you need to customize the top navigation using css and jquery.
Updated: You can create global navigation. In that create headings and add link under headings.
Steps:
1. Activate SharePoint publishing feature in site
2. In site settings page, click on Navigation link.
3. Now Scroll down to edit the global(top) navigation. Click on Global heading and under that add headings. Under each heading add respective links. This will create your menu with expand collapse functionality.
4. Style them as per your requirement using css.
This settings will be applicable to entire site. No need for template or library.
For more complex requirement, I would suggest to use java script.

Is it possible to create tabbed interface on a form in Dynamics CRM 2011?

Is it possible to add tabs to a Dynamics CRM 2011 form? I'm not talking about the "tabs" that are basically vertical sections on the form, which you can click the links on the navigation portion of the form to jump to.
I want a real tabbed interface like the screenshot below. Something like the jQuery tabs plugin
If that is possible, is it possible to programmatically ( using javascript/xrm perhaps? ) select which tab to set to be active/show?
By default there is no way to do that. This tab system was retired in CRM 2011, in CRM 4 all forms had tabs like that.
The only way to do that is through Web Resources (HTML or Silverlight) but you have to add manually the controls and databinding also. Searching if exist any sample to follow i found this article take a look.

Customizing Navigation in sharepoint 2010

I need to customize my sharepoint site main top menu bar.
Main Menu Navigation : Primary navigation. It should have all the main tabs. If a user clicks on any tab then the subsites under the selected tab should be displayed as secondary navigation. By clickin on any link in secondary tab section the link for that selected tab should be displayed in a drop down as tertiary navigation.
I need to customize the sharepoint site for this. Can anybody have the better idea for this. It would be grateful even links provided.
Thanks in advance
Yes, sorry this has not been answered. This solution utilizes their built in sharepoint navigation and allows you to customize the menu however you wish.
http://sharepoint2010customnavigation.blogspot.com/

Sharepoint search button customization

I am working on SharePoint Branding project, where i need to change the whole sharepoint look and feel according to Clients design guidelines/Visual Designs.
happy part, most of the branding is done but still i am facing problem with SEARCH BUTTON of sharepoint. Ia m not able to replace this default button with my designed button.
any direction ll be great help
What we did was replace the delegate control of the search button with our own, using a feature. In that feature we specified our custom image for the button.
This might help - http://labs.steveottenad.com/reskin-restyle-a-sharepoint-2010-search-box/
When we customised the search box we hide the default img for the search button using css and replaced it with a new background image.
You can't replace the default button with you own search button. You can however customize it to your needs using CSS styles. I have done the same thing. You can create your custom style to override the styles from the corev15.css file.
Create you custom styles css file, reference it in your page layout and just use it.
Hope that helps.

Resources