Hi Team,
In model driven app , in views page, I need to hide certain buttons as shown in the image
- I do not want to use Ribbon workbench
- I do not want to use navBar=false in URL
- Also in security roles If I removie the specific privileges then also the buttons are not hidden.
- I tried with Javascript - it removes the entire command bar - is there any way to hide the rounded items in first image ?
function onLoadHideCommandBar(executionContext) { var formContext = executionContext.getFormContext(); formContext.ui.headerSection.setCommandBarVisible(booleanValue); }
Any help here is highly appreciated

Report
All responses (
Answers (