AsyncLink ​
If the user is allowed to launch asynchronous courses from within ACEweb, this setting should provide the base URL where the course links can be found.
Limit Courses by adding a filter expression after the URL. The filter must be added using the :: delimiter. E.g. ::coservice==[D2L].
Suppress the Fee column if desired by adding the ::NF paramater after the Filter expression.
Examples ​
Asynclink=http:// yourserver.com/courses/##ALLTRIM(tQuery.coCrse)##.html
. This assumes you have a folder called courses which contains an html page for each online course, named after the course code (e.g. 00SMGT500.html)
Asynclink=http://yourserver.com/courses/##ALLTRIM(tQuery.coCrse)##.html?userid=##pcStuID##
. Same as above but also passes the student ID number as a parameter.
Asynclink=http://yourserver.com/courses/online.html?userid=##pcStuID##&crseid=##ALLTRIM(tQuery.coCrse)##
. All courses are launched from the page online.html with both student and course IDs passed as parameters.
Asynclink=http:// yourserver.com/courses/##ALLTRIM(tQuery.coCrse)##.html::coservice==[D2L]
. Restricts the list to Desire2Learn service.
Asynclink=http:// yourserver.com/courses/##ALLTRIM(tQuery.coCrse)##.html::coservice==[D2L]::NF
. Restricts the list to Desire2Learn service and suppresses the Fee column.