Oracle WebCenter Content (MOSC)

MOSC Banner

Custom component causing Default Result Count issue

edited Mar 15, 2017 12:47AM in Oracle WebCenter Content (MOSC) 11 commentsAnswered

I'm running UCM version 11.1.1.6 and have a custom component installed. Whenever this custom component is installed, it prevents users from changing the Default Result Count field in the User Personalization Settings section in their User Profile. Any idea what might be effecting this field? The custom component is as follows:

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>

MySortBy htmlIncludeOrString</head>

<body>

<@dynamichtml SortFieldDefinition@>

<$name = "SearchSortFields"$>

<$defaultSortField = "xDateFiled"$>

<@end@&gt;

<@dynamichtml slim_search_result_table_header_setup@>

<!-- adding to SearchSortFields rs -->

<$rsAppendNewRow("SearchSortFields")$>

<$setValue("SearchSortFields", "SearchFieldName", "xDocketNumber")$>

<$setValue("SearchSortFields", "SearchFieldWWString", "Docket Number")$>

<$setValue("SearchSortFields", "IsSortable", "1")$>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center