Check function Validate Last name: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
Created page with "{{Data Integrity Check}} function Validate_Last_name Category:Registry checks"
 
m Text replacement - "CCMDB.mdb" to "CCMDB.accdb"
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Data Integrity Check}}
{{Data Integrity Check
| DIC_summary = * can't be blank
* can't start with a space
* can't start with a hyphen
* only allows letters, spaces and hyphens
| DIC_related_concepts = LastName field
| DIC_firmness = hard check
| DIC_timing =
| DIC_app = CCMDB.accdb
| DIC_coding = function ''Validate_Last_name''
| DIC_status = implemented
| DIC_implementation_date = 2008-01-01
}}


This was implemented a long time ago, not clear what date
function Validate_Last_name
function Validate_Last_name


[[Category:Registry checks]]
[[Category:Registry checks]]

Latest revision as of 10:46, 22 September 2019

Data Integrity Checks
Summary: * can't be blank
  • can't start with a space
  • can't start with a hyphen
  • only allows letters, spaces and hyphens
Related: LastName field
Firmness: hard check
Timing:
App: CCMDB.accdb
Coding: function Validate_Last_name
Uses L Problem table: not relevant for this app
Status: implemented
Implementation Date: 2008-01-01
Backlogged: true
  • Cargo


  • SMW


  • Categories:  
  • form:

This was implemented a long time ago, not clear what date function Validate_Last_name