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

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.

Related

Is there a way to set the default order of grid columns in a custom screen?

I have a custom screen with a grid section, and I've dragged the columns in the Customization Project Editor grid fields section to the order that I want them. I've unpublished all, republished, and reset grid fields to default and they still don't show up in the order I have them in in the Customization Project Editor grid section. Nothing seems to make any difference. Is there somewhere I can set the default order besides the customization editor? Where would the table be that holds the field orders, as perhaps editing that would help...
Any ideas?
Acumatica is keeping the Grid configuration for users in the GridPreferences table.
I recommend unpublishing the package and publishing back using the Publish with Cleanup action. If that doesn't work try to reset the configuration of the Grid with Reset To Default button. If that doesn't work too, then delete the record for that Screen for your user from the GridPreferences table.

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.

Android Admob Banner and Menu Settings

So I am integrating AdMob banners in an android application. The Banner is situated at the bottom of view, working fine, not overlapping with the list view when scrolling and it's all good. I think that bottom position is a very good place to put the banner, but when clicking on the menu button, the menu does cover the banner. I guess this normal behavior but want to make sure it does not break the admob policies, specifically:
Ads should not be placed very close to or underneath buttons or any other object which users may accidentally click while interacting with your application.
Does anybody have a similar situation?
Thanks,
I think until you dont have it very close to the menu it would be fine.
All you need to make sure is that it should not interfere with user inputs and produce incorrect clicks.
Its usually on a more case to case basis.

Orchard CMS 1.5 Navigation sub menus

New to Orchard. I have been looking for some documentation on how the menus actually work. It appears that you can have hierarchical menus, but I cannot find any good information on this.
It took me a while to figure this out too. You can see how to create a navigational menu in this video (around 8:45, but i'd recommend watching the entire video).
Basically, you need to drag & drop an item below and to the right of another content item in order to make a nested menu item.
Yes, you can. Since 1.5 you can create hierarchical menus from Navigation admin screen. Hierarchy (and reordering) of items can easily be created by drag & drop.
Navigation screen is used to define your menus. In order to display a defined menu you need to put Menu Widget in the zone of your choice. When you create that widget you need to choose which menu is it going to display. Besides the choice of the menu, you can also choose some other optional parameters if you need to customize the display more (eg. display only certain level).

SharePoint 2007 navigation and removing its delay

In SharePoint 2007, there's a top nav that the user can hover over, which reveals a dropdown menu of subitems. When they remove their mouse from the dropdown, it disappears, but only after a short delay. This can cause problems, as if people are trying to click a link on the page somewhere, but the nav menu hasn't hidden itself yet, they'll accidentally click it instead. This is compounded with the fact that the menu appearing in the first place is delayed as well, so right before they mouse over the link on the page they actually want to click, the menu will suddenly appear and intercept their click when they weren't meaning to.
I've poked at core.js at some suspect areas, but can't seem to nail it down. Any thoughts?
This is the normal behaviour of SharePoint. This control is the asp:Menu control of ASP.Net 2.0 and the only thing you can do is customized the MasterPage or the DefaultPage of your Site.
If you change the core.js file of "layouts" folder you'll lose Microsoft support, so take care about change any of the file from this folder.
I recommend that you modify the existent control or create a new one and put it in this position of the MasterPage.
This bit of CSS will fix it. I just had the same thing in sharepoint 2010 and this was all that was required to make the list disappear as soon as you roll off:
li.hover-off>ul
{
display:none;
}
The way it works is when you hover over an item in the nav it adds a css class called "hover" and as soon as your mouse leaves the area it changes the class to "hover-off" for 1 second before removing it completely. This CSS will hide the unordered list directly below the list item that has the class "hover-off" thus hiding the flyout as soon as your mouse leaves the parent.

Resources