How to configure the title of a list card in split mode using List v3Description<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } .spanColor { color: #646464; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; <span id="CmCaReT"></span>padding-left: 1em; } li { padding-left: 1em; } --> What is List v3 split mode? In List v3, split mode enables users to view a list and form side by side in a split pane layout. In split mode, the title of the list card is either a default value or a value configured by accessing System Mobile UI > Table Titles. Table title records are used in the mobile application as well as in the list pane. You can change the title for any table or add a title record for a different table, however, the change affects the mobile user interface (UI). For more information, see the documentation topic Use List v3 split mode. How to configure the title of the list card in split mode using List v3 Make sure the List v3 plugin is activated and the List v3 properties are enabled. For more information, see the product documentation topic Activate List v3. Log in with relevant Administrator roles and go to sys_ui_title_list.do to access the Document Titles table. Click New to add a new record. Select the name of the table for which you will be configuring the title of the list card. This example uses the Incident table. Select the fields to be displayed in the title of the card. Click the lock icon to view all the fields associate to the incident table. Double-click the field name in the Available list to move it to the Selected list on the right. This example selects Short Description. Note that you can select more than one field. After selecting the required field to be displayed on the title of the list card, click Submit to save the record. Navigate to the Incident list to review the title that was just configured. Optional scripting option If you want the title to be concatenated with more than one field, you can use the scripting option. Remove any fields from the selected section and then add the script, as shown in the following example. The following illustration shows the result of this example using scripts to concatenate more than one field together.