Function Validate_GCS_Verbal

From CCMDB Wiki
Jump to navigation Jump to search
Data Integrity Checks
Summary: validates the AP_Verbal field:
  • can't be null, "", non-numeric
Related: AP_Verbal field
Firmness: hard check
Timing:
App: CCMDB.accdb
Coding: Function Validate_GCS_Verbal
Uses L Problem table: not relevant for this app
Status: implemented
Implementation Date: 2008-01-01
Backlogged: true
  • Cargo


  • SMW


  • Categories:  
  • form:

Log

  • 2026-05-07 - found that whitespace and leading zeros were slipping through because built-in isNumeric() allows them, replaced with purpose-built isRealNumeric()
Related articles: