Release 2.03.20
June 23, 2008
Release Notes: Version 2.03.20
This post summarizes changes made in the most recent release of the software, version 2.03.20.
Bug Fixes
o
Verify the Roster
June 18, 2008
- Open the class detail you would like to verify the roster for.
- Click on the ‘Prizes & Results’ tab.
- On the bottom area of this window, you will see a button, ‘Verify Roster…’
- A new window will appear with two columns, ‘Verified Entries’ and ‘All Entries’.
- At the top of this screen, please enter the entry numbers that are needed to be verified, and then either click the ‘Verify’ button, or hit ‘Enter’ on your keyboard after each entry number.
- During each action, the entry numbers will move from ‘All Entries’ to ‘Verified Entries’, showing you the remaining entries in the right hand column.
- When you are finished, please click the ‘Done’ button, this will close the window as well.
- If you have remaining entries in the right hand column, a message will appear asking you, “Do you want to mark the remaining un-scratched entries as scratched?”. Please answer the question accordingly, and the window will go away.
Create a ShowGroundsLive.com Account
June 18, 2008
To create a ShowGroundsLive.com account for yourself or an exhibitor, please follow these steps:
- Open the exhibitor’s ‘RTO’ record, or create a new record if one doesn’t exist.
- Under the ‘General’ tab, you will see an ‘Online Account Information’ area to the right of the window.
- Here, you may enter their email address (this will be their login as well as the email they will receive updates and information from ShowGroundsLive.com).
- Below this, inquire with them and enter a secure password they would like. Please assure them they may change this password within a ShowGroundsLive.com session.
- Next, click the ‘Create Account’ button in this area.
- Save the record.
- In the RTO list view, type Apple-E (on Windows, this is Ctrl-E). This will bring up the ‘Query Editor’ window.
- In the left hand scroll down menu, titled ‘Available Fields’, choose ‘Email_Address’.
- In the right hand menu, titled ‘Comparisons’, choose ‘is equal to’.
- In the bottom text field, titled ‘Value’, please type the email address exactly as was entered in the RTO record originally.
- Lastly, please click the ‘Query’ button, or hit ‘Return’ on your keyboard.
Charge a Deposit for Web Entries
June 18, 2008
To charge your exhibitors a deposit for their entry when entering via ShowGroundsLive.com:
- Please login to the client.
- Click ‘Shows’ on the palette, and open the show you would like to charge a deposit for.
- In the show detail, under the ‘Web’ tab, you will see a ‘Web Deposits’ area at the bottom of this page.
- Here, you may choose whether or not you would like a web deposit to be charged to your customers, and if so, for it to be either a Fixed or Custom amount.

Protected: [How To] Update ShowGrounds
June 12, 2008
Web Caching - Configuration
June 5, 2008
Overview: The web cacheing mechanism was built to help handle high-demand times. The mechanism was built entirely in 4D and will likely be replaced through other strategies, such as using Apache.
Configuration:
The cacheing mechanism is configured using a single text file. This text file resides in the Database or Server Database directories. The file is called URLS.txt
Example:
action=ring ##action=ring.launcher action=root.main ##action=schedule.launcher action=schedule action=results action=entries ##action=entries.detail action=classes action=Rider action=Owner action=Trainer
By default no pages are cached. To turn on cacheing the first part of URI needs to be added to the text file. As ShowGroundsLive is a FuseBox application this is referred to as the “Circuit”. When a circuit is added to the file that items will be cached by the server. Specific actions within the circuit can be disabled by adding additional lines for those actions with a “##” (pound sign) before them. These subitems or actions will then be ignored for cacheing. To turn off cacheing simply remove all items from the file OR add the pounds sign to the head of each line to “comment” or negate those cacheing directives.
