prc_role_records

Titleprc_role_records
TypeCalculated
DescriptionCalculated Role Records
ColumnFormatNullableDescriptionDefinitionComments
idinteger, primary key(error)Row identifierautoincrement 
person_idinteger, foreign key(error)Person this role record is attached toprc_persons:id 
standardized_role_record_idinteger, foreign key(tick)SOR role record that generated this role recordprs_role_records:id 
titlevarchar(100)(tick)Title for this role record  
percent_timeinteger(tick)Percent time for this role record (100 = full time)

 

 

organizational_unit_idinteger, foreign key(tick)Organizational unit this role record belongs todrd_organizational_units:id 
sponsor_idinteger, foreign key(tick)Sponsor for this role recordprc_persons:id 
sponsor_tinteger, foreign key(tick)Type of sponsorctx_data_types:iddata_type=SPONSOR
role_status_tinteger, foreign key(tick)Status of this role recordctx_data_types:iddata_type=STATUS
affiliation_datedate(tick)Effective date of affiliation of this role record Need not be same as validity but (warning) validity is not implemented
affiliation_tinteger, foreign key(tick)Affiliation type of this role recordctx_data_types:iddata_type=AFFILIATION
termination_datedate(tick)Effective date of termination of this role Need not be same as validity but (warning) validity is not implemented
termination_tinteger, foreign key(tick)Type of terminationctx_data_types:iddata_type=?

 

Migration Notes From OR 1

  • person_status_t renamed role_status_t (
    Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.
    )
  • prs_role_id renamed standardized_role_record_id ( Unable to locate Jira server for this macro. It may be due to Application Link configuration. )