CMS database logic structure

최근 업데이트 : Aug 17, 2022 |

CMS historical tables store information in one record per row format. When accessing data in the historical tables, you may need to sum the information to retrieve complete data.

For example, a record will be created for each split/skill that an agent is logged into in the agent tables. If an agent is logged into four splits/skills, there will be four records for that agent. Similarly, if an agent starts the day with four splits/skills, and is added to a fifth split/skill before the end of the day, the agent’s fifth record will be generated only from the point at which the additional split/skill was added. The other four records will reflect the total logon time.

This section contains the following topics: