Custom component causing Default Result Count issue
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@>
<@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")$>