Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated URLs via script

...

The ILT Attendance allows users to filter the set of users by OrgProfileFields (OPFs). A page attribute needs to exist on the org page and/or course page to specify which OPFs are to be shown.

Code Block
--AddNavPageAttribute [OrgPath] System.Customer.ILT.ProfileFilterList [comma separated OPF list] (this was used in V4.4 or before)
AddNavPageAttribute [OrgPath] System.Customer.UserProfileFilter.FieldList [comma separated OPF list]

...

Code Block
AddNavPageAttribute /Root/MyOrg System.Customer.ILTUserProfileFilter.ProfileFilterListFieldList "Operating Line,Vessel,Department,Rank"

...

Info

Command to get the Course Grade Book schema of a course:

GetGradeBookSchema [course_path]

Badge Scanning Tab (ID Entry)

A new tab to scan badges is available if the org NavPage attribute System.Customer.Attendance.BadgeOPF is added at the org path. The value of the NavPage attribute is the OPF name which contains the scanned badge number.

For example addNavPageAttribute /Root/CUK System.Customer.Attendance.BadgeOPF PassNumber

...

  1. Open Manage > Attendance > ID Entry tab

  2. Click on Start and the PassNumber text box is focused

  3. Scan the card with your scanner (i.e. RFID scanner)

  4. The scanned string is entered into the PassNumber text box and the scanner sends a newline at the end

  5. It automatically creates an attendance record (external grade) for the user identified by the Badge Id (PassNumber)
    If more than one or no users are identified by this value the Entry Log will display an error

Note: COREDEV-5922