SAP Knowledge Base Article - Public

2616658 - Curriculum type in alphabetical order

Symptom

When creating a new curriculum, the curriculum type dropdown does not show on alphabetical order.

Environment

SuccessFactors Learning Management System

Reproducing the Issue

  1. Navigate to Learning Administration
  2. Click Learning menu > Curricula > Add New link
  3. Click Curriculum Type field

Curriculum type.png

Cause

The Curriculum Type dropdown is order by the ID, not by the type description.

Resolution

You should change the search selector for the curriculum type. To do it, please follow these steps:

  1. On Learning Administration, click System Admin > Configuration > Search Selectors
  2. Find and edit 'Curriculum Type'
  3. Select and copy all the text on the Select field and save it on a text editor, like Notepad. This is a backup of the configuration.
  4. Search for the line: orderByClauses[By\ Qualification\ Type\ ID]=QUAL_TYP_ID
  5. Change it to: orderByClauses[By\ Qualification\ Type\ ID]=QUAL_TYP_DESC
  6. Click Apply Changes button

With this change you ordered the curriculum type by the description (table QUAL_TYP_DESC). The older one was being ordered by the type ID (table QUAL_TYP_ID).

Keywords

Search Selector, Order by, alphabetical order, Curriculum type order, Sort , KBA , LOD-SF-LMS , Learning Management System , LOD-SF-LMS-COR , LMS Core - Items, Catalog, Curricula , How To

Product

SAP SuccessFactors Learning all versions