Database – Custom Onboarding Process Step Entity (custom_boarding_process_step_entity)
Description
This holds information for a single step in a custom onboarding process.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
custom_boarding_process_id | int(11) | ID of associated custom boarding process | ||
step_id | char(100) | Step identifier | ||
label | varchar(255) | The label of the entity instance | ||
position | tinyint(4) | Position that the step appears during the custom boarding process | 1 - yes, 0 - no | |
can_skip | tinyint(1) | Whether or not the step is skipable | 1 - yes, 0 - no | |
step_constraints | text | Encoded constraints for the step | ||
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |