AsyncFields ​
Determines the fields/headers shown in the Asynchronous type course listing section. Course Types listed on this tab are determined by the AsyncTypes 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