Versions Compared

Key

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

This page will discuss how to use the Registration Rule Generator.

...

The Registration Rule Generator is run through cmd. Every row generates one registration rule. All ticked OrgProfileValues of one OrgProfileField converts into one predicate ProfileValueIn(fieldName,val1|val2|val3|...). This will give you a list of predicates - one predicate per OrgProfileField. Combine all predicates into one registration rule expression which logically ANDs the predicate together.


NOTE: You Cannot have the following special characters in OrgProfileValues: The special characters for rules are '(' ')' ',' ':' '|' '$' ':'

Depending on the ticks which are checked in the excel file, the Registration Rule Generator can add in certificate predicates. If the registration rule only ever should register a user once in a lifetime for a course replace the predicate !HasActiveRegistrations() with HasNoRegistrations(). For now, the Registration Rule Generator will always use !HasActiveRegistrations(). 

...

  • Row 1:
    • Course Name [column A]: Full course name for readability purpose only
    • Course Path [column B]: i.e. /Root/MarineLS/Course1

...