on 2019 Mar 18 2:11 PM
Hi All,
I want to remove few OOB and custom attributes from backoffice. I tried with merge-mode="Remove" but it then moves that attribute to administration tab. Is there any solution?
Request clarification before answering.
You can add the following custom property for these attributes:
<custom-properties>
<property name="hiddenForUI">
<value>Boolean.TRUE</value>
</property>
</custom-properties>
Please check core-items.xml for some examples.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have posted an answer to a similar question at https://answers.sap.com/questions/12771844/read-only-attributes-in-product-cockpit-for-adming.html?c...
Hi,
We can do this by changes custom property(hiddenForUI) value using impex as below.
INSERT_UPDATE AttributeDescriptor;attributeHandler[unique=true];enclosingType(code)[unique=true];hiddenForUI[default=true] ;Product_europe1DiscountsAttributeHandler;Product;TRUE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.