Function Validate_GCS_Motor

From CCMDB Wiki
Revision as of 23:13, 7 May 2026 by Ttenbergen (talk | contribs) (Created page with "{{DISPLAYTITLE:Function Validate_GCS_Motor}}{{Data Integrity Check | DIC_summary = validates the AP_Motor field: * can't be null, "", non-numeric | DIC_related_concepts = AP_Motor field | DIC_firmness = hard check | DIC_timing = | DIC_app = CCMDB.accdb | DIC_coding = Function ''Validate_GCS_Motor'' | DIC_status = implemented | DIC_implementation_date = 2008-01-01 }} == Log == * 2026-05-07 - found that whitespace and leading zeros were slipping through because buil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Data Integrity Checks
Summary: validates the AP_Motor field:
  • can't be null, "", non-numeric
Related: AP_Motor field
Firmness: hard check
Timing:
App: CCMDB.accdb
Coding: Function Validate_GCS_Motor
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: