on ‎2018 Oct 25 6:01 PM
Request clarification before answering.
Hi Arvind, But , it's will be delete not disable?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not aware of any configuration that can disable it. Please check hmc.xsd if you can find something. I believe you will have to write code to achieve this; it can not be done by configuration.
I also suggest you check with your business users if they are fine with removing it instead of disabling it. In 2016, I was also in the same situation when I was able to convince the business users for this thing because the business did not want to spend time/money for coding/testing etc.
You can use the following code:
INSERT_UPDATE UserGroup;UID[unique=true];hmcXML;locname[lang=en];description;
;groupid;"<?xml version=""1.0"" encoding=""ISO-8859-1""?>
<configuration xmlns=""hybris.de/schemas/hmc/generic""
xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""
xsi:schemaLocation=""hybris.de/schemas/hmc/generic hmc.xsd"">
<explorertree>
<group name=""system"" mode=""delete""/>
</explorertree>
</configuration>";group name;group description;
Change the groupid with appropriate ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.