1. Open the Registration Configuration window.
2. Click the Configuration Table tab.
3. Locate the CRM Student/Faculty Controls group box.
4. In the Course Title to Display in the CRMs column, choose the appropriate display option.
The following example shows the result of various combinations for the following accounting course:
SECTION_MASTER.CRS_TITLE = 'Accounting for Beginners'
SECTION_MASTER.SHORT_CRS_TITLE_1 - 'Acct I'
SECTION_MASTER.CRS_TITLE_2 = 'Emphasis on Cash Accounting'
If you choose this Display Option... |
...this is the resulting display in JICS |
CRS_TITLE |
Accounting for Beginners (value from CRS_TITLE column) |
SHORT_CRS_TITLE_1 |
Acct I (value from SHORT_CRS_TITLE_1 column) |
CRS_TITLE,,CRS_TITLE_2 |
*Accounting for Beginners Emphasis on Cash Accounting |
CRS_TITLE, (,SHORT_TITLE_1,), |
Accounting for Beginners (Acct I) |
CRS_TITLE,/,SHORT_CRS_TITLE_1 |
Accounting for Beginners/Acct I |
*Returns value that is a combination of the CRS_TITLE and the CRS_TITLE_2 columns because the format string is empty