This view contains all repair centers in the application and the accounts created for each repair center.
Field Name | Field Description | Data Type | FK Join |
cstrc_active | Indicates if the record is active (true) or inactive (false) | bit | |
cstrc_createdDate | Record Creation Date | datetime | |
cstrc_creator_fk | User Id (Record Creator) | int | vr_users |
cstrc_cst_fk | Account Id | int | vr_account |
cstrc_modifiedDate | Last Modified Date | datetime | |
cstrc_modifier_fk | User Id (Record Modifier) | int | vr_users |
cstrc_preferred | Preferred Repair Center | bit | |
cstrc_rc_fk | Repair Center Id | int | |
rc_code | Repair Center Code | nvarchar | |
rc_name | Repair Center Name | nvarchar |