Hi,

I'm working on a Button component in Case Module that contains submenu 

Button's Source Code:

Submenu's Source Code:

In the source code, Currently fetching these submenus individually using Localizable String as the following:

let ActionBtnSubmenu= [
           ...MoreLess

Like 0

Like

1 comments
Best reply

Hello Souresh,

Unfortunately there is no such property in request.$context that contains all submenu items that belong to some specific button...MoreLess

Hello Souresh,

Unfortunately there is no such property in request.$context that contains all submenu items that belong to some specific button...MoreLess

Show all comments

Hello Community,

I want to hide the elements "Home", "Run process" and "New" on the top menu:

This elements should be hidden for all roles. Can you please help me?

Thank you very much!

Like 1

Like

1 comments

Hello Javier,

To achieve this:

1) Create a module with no parent module in configurations called UsrLeftPanelTopMenuModule

2) Add th...MoreLess

Show all comments

Hello,

I am looking for the name of the "Delete" button in the drop down list menu of a detail. Exactly like in the code below, but instead of the DataGrid delete button, I need the one that is in the detail menu.

define("UsrMyObjectSection", [], function() {

    return {

        entitySchemaName: "UsrMyObject",

        details: /**SCHEMA_DETAILS*/{}/**SCHEMA_DETAILS*/,

        diff: /**SCHEMA_DIFF*/[

            {

                "operation": "remove",

                "name": "DataGridActiveRowDeleteAction"

            }

        ]/**SCHEMA_DIFF*/,

        methods: {}

    };

});

Thank you!

File attachments
Like 0

Like

1 comments

The function on the detail that you're after is named "deleteRecords". That is what is called from the delete action menu. 

Ryan

Show all comments

Hi

Since we upgraded to v8, my default Workplace menu no longer is the default. I have a custom Workplace menu, but when I login, it now uses the Sales Workplace menu instead, meaning I always have to manually change it.

Is there a setting somewhere to allow me to set my default Workplace?

thanks

Like 0

Like

3 comments

Hi Mark,

Thank you for your question!

This is a known issue and our R&D team is already working on implementing a mass fix for future...MoreLess

Show all comments (2)

Hello Community! 

Need add a button in the actions menu into detail. How can i do it?

Regards ,

Like 1

Like

1 comments

Sovled! 

addToolsButtonMenuItems: function(toolsButtonMenu) {
	this.callParent(arguments);
 
	toolsButtonMenu.addItem(this.getButtonMenuSeparator...

MoreLess

Show all comments