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"
 
mNo edit summary
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.mdb
| 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]]

Revision as of 16:11, 26 October 2018

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.mdb
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
"CCMDB.mdb" is not in the list (SAP, not entered, Centralized data front end.accdb, DSM Labs Consistency check.accdb, CCMDB.accdb, TISS28.accdb) of allowed values for the "DICApp" property. 
  • Categories:  
  • form:

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