Skip Headers
Oracle® Universal Content Management
Release 10gR3
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

Profile Proxies Users

This setting lists all Search Forms defined by the administrator. This has several example forms initially. If not needed, they can be removed and replaced with custom versions.

XML Path: \configuration\ContentServer\SCSProfileProxies\Profiles

Example:

<SCSProfileProxies>
    <Profiles>
      <clear />
      <add ProfileName="AllFields" DisplayName="All Fields" FieldList="*" />
      <add ProfileName="DocTitle" DisplayName="By Title" FieldList="dDocTitle" />
      <add ProfileName="Author" DisplayName="By Author" FieldList="dDocAuthor" />
      <add ProfileName="AuthorAndTitle" DisplayName="By Author and Title"
         FieldList="dDocAuthor,dDocTitle" />
    </Profiles>
</SCSProfileProxies>