Custom metadata can be added to the Property dialog in the web client.
Procedure
- Navigate to the $\Web\Author\ASP folder on the Content Managerserver
- Open the configuration file, that corresponds to the property sheet you want to modify:
| The logical level | RepTopDlg.asp |
| The version level | RepVersionDlg.asp |
| The language level | RepLngDlg.asp |
- Navigate to the section where the metadata definitions reside.
- Define all metadata properties within the HTML FORM titled “frm” inside the chosen active server page (ASP).
<FORM name="frm" method="POST" action="RepVersionDlg.asp">
[metadata property definitions go here]
</FORM>
The order in which the metadata properties are defined, determine the order in which the metadata properties will be displayed in the property sheet.
- Indicate the object types for which a metadata property will be displayed.
- Add the metadata property using a predefined JavaScript function.
- Save your changes