Cross Check Engine: Difference between revisions
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) m Text replacement - "cross checks" to "cross checks" |
||
Line 1: | Line 1: | ||
This are just some notes re how I might re-write how [[CCMDB.accdb]] runs the cross | This are just some notes re how I might re-write how [[CCMDB.accdb]] runs the [[cross check]]s. It is a long-term goal to do this, but it’s not trivial to implement and would require re-building the way we do cross-checks, which would take several days and likely lead to other disruptions. | ||
See also [[Problems related to event timing of data consistency checks]] and [[CCMDB.accdb flickers or flashes]]. | See also [[Problems related to event timing of data consistency checks]] and [[CCMDB.accdb flickers or flashes]]. | ||
Line 7: | Line 7: | ||
** fields: Error msg string, wiki URL, query name, soft/hard check, complete/incomplete, start_DtTm, end_DtTm | ** fields: Error msg string, wiki URL, query name, soft/hard check, complete/incomplete, start_DtTm, end_DtTm | ||
* table CCE_Fields | * table CCE_Fields | ||
** fields: database field name, form field name, associated checkbox (can there ever be more than one?), tmpField (YN) (Need to be able to do cross | ** fields: database field name, form field name, associated checkbox (can there ever be more than one?), tmpField (YN) (Need to be able to do [[cross check]]s on tmp entries, but they need to work totally differenty in terms of how they are triggered) | ||
* table CCE_FieldChecks | * table CCE_FieldChecks | ||
** relates CCE_Fields to CCE_CrossChecks | ** relates CCE_Fields to CCE_CrossChecks |