CaseFile Reminder
Reminders are related to their CaseFiles via file_key fields in File and Reminder tables.
Mapping of the FESD attributes to the WorkZone FESD Web Services database fields and notes on WorkZone FESD Web Services implementation are presented in the table below.
| FESD Parameter | WorkZone FESD Web Services Table | WorkZone FESD Web Services Field | WorkZone FESD Web Services Implementation Notes |
|---|---|---|---|
| reminderDate | Reminder | reminder_date | |
| reminderTypeCode | Reminder | reminder_code | Parameter type is char(3) instead of char(2) specified by FESD standard. |
| descriptionText | Reminder | text | |
| responsibleReference | Reminder | name_code | Parameter type is GUID instead of int(10) specified by FESD standard. Algorithms of storing and fetching this parameter to / from WorkZone FESD Web Services database are similar to algorithms for caseFileResponsibleOfficerReference parameter of CaseFile. |
| N/A | Reminder | name_key | Is filled in with name_key of Employee referred by name_code. |
| N/A | Reminder | name_type | Is filled in with ‘M’ (Employee) |