Table

enrollment_flows

Description

Enrollment Flows


Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


co_idinteger, foreign keyCO Record IDcos:id(tick)

name

varchar(128)

Name


(tick)


statusvarchar(2)Status
  • A: Active
  • S: Suspended
(tick)
sor_labelvarchar(40)SOR Label used in match requestsID Match API

authz_typevarchar(2)Authorization required to execute this Enrollment Flow
  • A: CO or COU Admin
  • AU: Authenticated User
  • CA: CO Admin
  • CP: Person
  • GM: Group Member
  • N: None
  • UA: COU Admin
  • UP: COU Person
(tick)
authz_cou_idinteger, foreign keyCOU ID, when authz_type is UA or UPcous:id

authz_group_idinteger, foreign keyGroup ID, when authz_type is GMgroups:id

collect_enrollee_emailbooleanWhether to collect an email address for the Enrollee at the start of the Enrollment Flow
  • true: Collect an email address
  • false: Do not collect an email address

The collected email address does not automatically get added to email_addresses
redirect_on_finalizevarchar(256)After a Petition is finalized, a URL (relative or absolute) to redirect the browser to


  • No labels