Hi to everybody
I need to modify menu bar for view Calendar. It's possibile modify only for view all items
.....
Solved! Go to Solution.
use the below code to customize the menu as per your need and for more information please click on the below link
Command bar customization syntax reference | Microsoft Docs
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
{
"commandBarProps" : {
"commands": [
{
"key": "new",
"text":"Add Employee"
},
{
"key": "editInGridView",
"text": "Quick edit",
"iconName": "EditTable",
"primary": true
},
{
"key": "share",
"iconName": "",
"title": "Share this List"
}
]
}
}
Hi Shuvam-rpa, exactly
Ok , so what you need to change or hide from the menu?
use the below code to customize the menu as per your need and for more information please click on the below link
Command bar customization syntax reference | Microsoft Docs
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
{
"commandBarProps" : {
"commands": [
{
"key": "new",
"text":"Add Employee"
},
{
"key": "editInGridView",
"text": "Quick edit",
"iconName": "EditTable",
"primary": true
},
{
"key": "share",
"iconName": "",
"title": "Share this List"
}
]
}
}
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
User | Count |
---|---|
45 | |
18 | |
15 | |
14 | |
12 |
User | Count |
---|---|
81 | |
34 | |
29 | |
21 | |
20 |