Court Case Number
Usage
After a case has been scrutinized, it will be treated a registered in the system. At this time a Judge is allocated to it and the case will be assigned a court case number.
Format and Example
It will have the following format
<2 digit Case Type>/<6 digit sequence number>/<YYYY>
The sequence number is per case type and <TO ADD>, so it unique to that case type and <TO ADD>. Following is an example for Court Case Number
CT/012546/2000
CT/012547/2000
ID Gen Format
DIGIT's ID Generation Service will be used to help generate this number. The format for filing number will be as below
[CASE_TYPE]/[CASETYPE_SQUENCENUMBER]/[cy:YYYY]
Reset Logic
The 6 digit sequence number part of the Court Case Number is reset to start with 1, every calendar year. The first case logged on 1st January will start with 1.
CT/000001/2025 // 1st Case on 1st January 2025
CT/000002/2025 // 2nd Case (the sequence number will keep incrementing)
Master Data Dependency
CNR number uses the following masters
Case Type CASE_TYPE
ID Gen master table to get CASETYPE_SQUENCENUMBER
Last updated