Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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"

...