How PolicyCenter updates ExCheckTime
Any time a batch process runs exception rules on a given PolicyPeriod entity, the process does the following:
- It runs the exception rules on
the
PolicyPeriod. - It finds the PolicyPeriod entity’s associated PolicyException entity, or it creates a PolicyException entity if it does not find one.
- It sets
PolicyException.ExCheckTimeto the current system clock time. - It saves (commits) the changes to the database.
