SuperInstFilter ​
For use with the Super Instructor feature to determine which students are listed in the course roster.
The fields listed in the specialized string expression must match for the student to be included in the roster. E.g. the value listed in the nameudfs numeric field 1 must exactly match the value in the instructor udf numeric field 3.
Student fields can be any from the Names or NameUDFs tables. The value should be prefaced with the table name, e.g. NameUDFs.nudfn1.
Instructor fields can be any field from the oInst.oData object and must be prefaced with that object, e.g. oInst.oData.inudfn3.
Example: NameUDFs.nudfn2=oInst.oData.inudfn3