Oracle® Universal Content Management Release 10gR3 |
|
![]() Previous |
![]() Next |
Home > Web Parts User Guide > Installation and Configuration > Post-Installation Configura... > Adding a Custom Field to th...
After installation, a custom metadata field must be added to the Content Server to support SharePoint customization. This custom field is used so that an item in the SharePoint system is populated with a SharePoint URL when the item is promoted to the Content Server.
You must first change the length of the field type to be used for the custom field.
On the Content Server to be used with SharePoint, add the following to the <install_dir>/config/config.cfg file:
MemoFieldSize=2083
Restart the Content Server.
After the length of the field type is configured, follow these steps to add the custom field:
Log in as an administrator or subadministrator to your Content Server system.
Click Administration in the portal navigation bar.
Click Admin Applets.
Click the Configuration Manager icon.
Click Add on the Information Fields tab of the Configuration Manager.
The Add Metadata Field Name Screen is displayed.
Enter SharePointUrl as the new field name. Select Memo as the field type.
Click OK.
The Add/Edit Metadata Field Screen is displayed.
Uncheck the "Enable on User Interface" checkbox.
Click OK.
On the Configuration Manager screen, click Update Database Design (on the right side of the screen).
A new field has now been added to be used with SharePoint.
Note: If the new metadata field is flagged to be "indexed," then it is necessary to rebuild the Content Server search index in order to enable searching on the new field. Rebuilding a search index can take hours or days, so be careful to plan when to perform this task.For details on rebuilding a search index, see the Content Server guide Managing System Settings and Processes. |