on 2016 Mar 25 9:10 AM
Can anyone explain what is the application of custom properties that we define at
1) Type level
2) attribute level
Thanks
Custom-properties comes in handy when you need to have sync able attributes for a Type. like we have components for both staged and online version, Custom-properties are the way to go to have stage and online version supported attributes.Then you include them in the roottypes and make them sync able.
UPDATE CatalogVersionSyncJob;code[unique=true];roottypes(code)[mode=append] ;sync ContentCatalog:Staged->Online;yourType
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vipin,
Custom-properties are used to define properties for a type. Unlike the defaultvalue element (which sets a default value for an attribute), the custom-properties element sets a value at the type itself.
For more info you can refer - https://wiki.hybris.com/display/release3/items.xml#items.xml-custom-properties
Sujitha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
30 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.