AsyncFields ​
Determines the fields/headers shown in the asynchronous type Course Listing section. Course Types listed on this tab are determined by the AsyncType INI setting.
This setting can be overridden with these options:
- AsyncFields setting in a ShowSchedule.INI file
- AsyncFields setting in ##-Config-## on a custom XShowSchedule template.
Fields can be any of the following:
- Course: code, Course_Name, cotype, Fee OR *FullFee (base fee plus any mandatory fees)
- Course UDFs: any course UDF field, e.g. cudfc1, cudfd2, cudfn3, cudfl4
- Instructor: inname displays the instructor name. Note: only one instructor will be shown (the first alphabetically) in the course List.
Defaults to: Course_Name:Title;cotype:Type;fullfee:Fee
*If using FullFee, you must also use it in the ScheduleFields INI setting.
Location ​
Location fields are NOT supported for asynchronous courses.
Column Width ​
You may determine the percentage of width for each column by adding the Pipe ( | ) followed by the percentage amount after the Column Heading, e.g.
Course_Name:Title|65;cotype:Type|20;fee:Fee|15
Examples ​
Course_Name:Title;cotype:Type;fullfee:Fee
Course_Name:Title;fullfee:Fee
Course_Name:Title|65;cotype:Type|20;fee:Fee|15