I am new to ViewMappingRepository. I need to hide one user property in ATG BCC user screen tab. how to hide the property? .
<property name="lastPurchasedCost" data-type="string" display-name="Last Purchased Cost" />
I am new to ViewMappingRepository. I need to hide one user property in ATG BCC user screen tab. how to hide the property? .
<property name="lastPurchasedCost" data-type="string" display-name="Last Purchased Cost" />
First need to create a new attribute value for hide a property in ViewMappingRepository.
My property is shown under the user general category. So print that category ItemViewMapping and update your created new attributeValue id set to excludedProperties value.
Note: If already set any of the attributeValue to excludedProperties you need to add only you property name to the existing attributeValue inside set-property value.