Define custom properties for resources
You can create custom properties for resource objects, which users can then use to configure resources.
This can be useful to allow users to enter additional information about resources that are not directly managed by the CCMS, such as videos, legacy documentation, etc. For example, you could create a custom property called ISBN to store the document number for legacy documentation. You could also create a property to indicate whether a resource should be included in builds when documentation is built every night.
Creating custom properties ensures that this content is indexed and can
be searched easily. When a user configures custom properties for a resource, the
information is written into the Indexed Content file of the resource as metadata, as shown
in the example below.
<metadata class="- topic/metadata ">
<othermeta class="- topic/othermeta " content="false" name="user:build"/>
<othermeta class="- topic/othermeta " content=" 1-23456-789-0" name="user:ISBN"/>
</metadata>
For example, the following diagram shows the custom user properties that were defined for a resource: