Skip to content
English
  • There are no suggestions because the search field is empty.

Change Event Reservation Status Name and Color

Change Event Reservation Status Name and Color

There is a default list of Event Reservation status' in Clubspeed for our customers to use, but if they wish to customize these they wil need to send their request to support for the team adjust in SQL.

TABLE OF CONTENTS

Step 1: SQL Tables to Edit

// Open SQL on customer's Server, and open the below tables under ClubspeedV8 > Tables 

  • dbo.ColorTable
  • dbo.EventStatus

Step 2: Edit EventStatus Table

// Based on the customer's request, you can choose the best color suited using the ColorRGB Column (-#####)

  • Find the color the customer requested, or closest to it, in the Color Table.
  • Copy that field, and then paste the number into the Event Status Table.
  • If needed, create a new Line for a new Status, or edit an existing Status.


NOTE: This will effect any pre-existing events that are already scheduled on the Calendar!

Step 3: Restart Main 

// Per the usual, a restart of Clubspeed will need to occur in order for the customer to see the changes you have made

  • Locate Firedaemon on SErver.
  • Restart Main Engine (Only if there are not Races or Transactions occuring!)

 



Related Articles