LogoLogo
HomeNewsletterSupportKnowledge Base
Rapla Knowledge Base
Rapla Knowledge Base
  • Rapla
  • 📘Terminology
  • 🌟Get Started
    • Install the App
    • Navigate the Interface
      • Section 1: Side Menus
        • Select a Side Menu
        • Conflicts Menu
      • Section 2: Top Menu Bar
        • Switch Account View
        • Apply Filters
        • Edit Preferences
      • Section 3: Main Calendar View
        • Calendar Types
        • Customise the Calendar Space
    • Add New Users
    • Add New Resources
      • Facility
      • Staff
      • Equipment
    • Create Time Periods
  • 🗓️Create Events
    • Choose an Event Type
      • Paradigm Session
      • Generic Meeting
      • Generic Event
      • Student Booking
    • Repeat Events
    • Use Multiple Appointments
      • Delete Appointments
      • Convert to Single Events
    • Add Exception Dates
    • Allocate Resources
  • 🕚Example Events
    • Session Group and Class
    • Scenarios
      • ▫️Scenario 1
      • ▫️Scenario 2
      • ▫️Scenario 3
      • ▫️Scenario 4
      • ▫️Scenario 5
  • 🛑Resolve Conflicts
    • Identify Conflicts
    • Disable Conflict Checking
  • 🔀Synchronise with Paradigm
    • Prepare Scheduled Unit Records
    • Prepare Rapla Events
    • Trigger Import
    • Troubleshoot Import Errors
    • Validate Imported Data
    • Change Event
      • Impact: NONE Change (1)
      • Impact: NONE Change (2)
      • Impact: NONE Change (3)
      • Impact: NONE Change (4)
      • Impact: NONE Change (5)
      • Impact: LOW Change (1)
      • Impact: LOW Change (2)
      • Impact: LOW Change (3)
      • Impact: LOW Change (4)
      • Impact: LOW Change (5)
      • Impact: LOW Change (6)
      • Impact: LOW Change (7)
      • Impact: HIGH Change (1)
  • ⚙️Advanced Configuration
    • Publish HTML Calendar Views
    • Manage User Accounts
      • Change a User Permission Level
      • Archive Inactive User Accounts
    • Add New Resource or Event Type
    • Colour Code Resources
    • Change Events Name Format
    • Change Data Schema
      • Make Fields Visible
      • Hide Fields
      • Add New Fields
      • Change Field Options
  • ❓Support
    • Online Helpdesk
    • Silverband Slack workspace
    • Phone Numbers
Powered by GitBook
On this page
  • Overview
  • Workflow
  1. Advanced Configuration

Change Events Name Format

This page will provide instructions on how to change the format of each events created and displayed in the main calendar view.

PreviousColour Code ResourcesNextChange Data Schema

Last updated 2 years ago

Overview

Each event type created in Rapla will be displayed in the calendar with a series of details or information about it. For Paradigm Sessions event type, by default, you will see the Unit Code, Unit Name, and its Delivery Mode - as shown in the screenshot below. However, you always have the option to customise its format and content by referring to the instructions in the Workflow.

Workflow

1. Go to the Event Type folder on the left-side menus. Select the event type that you want to customise the display name format. Right-click on it and select the Edit option.

2. After clicking the Edit option of the event type that you want to change the display name format, it will open the edit window of that event type as shown in the screenshot below. Go to the Displayed name format field.

3. Referring to the instruction on the screenshot above, if you want to insert a new attribute or information from the existing ones - just add the attribute enclosed in {}. Note, you have to copy the exact name of the attribute found on the list above that Displayed name format field, e.g., if you want to add the campus information to the existing one, the code is as below:

{OTHER_UNIT_ID} "{SESSION_NAME}" ({DELIVERY_MODE} - {SESSION_TYPE}) {CAMPUS}

NOTE:

You can also put a separator for each attribute by adding characters in between the closing and opening curly brackets {} of each attribute. In the sample code above, " ", (), and - characters are considered separators.

To delete an attribute that you don't want to include, just delete the attribute with its open and close curly bracket, e.g. if you don't want to include the delivery mode info, delete that attribute - refer to the coding below.

{OTHER_UNIT_ID} "{SESSION_NAME}" {SESSION_TYPE} {CAMPUS}

You might as well change your separator characters.

4. After you've made your changes to the attributes, click the Save button.

SUCCESS:

The changes you made in your format will now be displayed in all events created with that type. In the example above, if we've added the campus attribute to the existing ones it will now display as in the screenshot below.

Before
After

⚙️
below