Proc code - Solutions - VALIDATIONS |
![]() |
NIF. Fiscal Identification for Physical Person CompanyThe validation procedure is in the VALIDATE FIELD TRIGGER of the field NIF.NIF is a sequence of 8 numbers finished by a letter 1. Is not necessary but recomended (some organization requires-it) that NIF have the 8 digits (leading zeros neede). This is a non friendly option for the user but if you whant you can put the DIS(########&) syntax 2. Some user wants see the correct check digit when an validation error occurs. User the $result In $result : The correct check digit or "FMT" if there are and format error |
CIF. Fiscal identification for Juridic CompaniesThe validation procedure is in the VALIDATE FIELD TRIGGER of the field CIFCIF is a sequence of a letter, 7 numbers finished by a letter or number 1. The first letter refers
to the type of company
2. The last position can be a letter or a number depending of the country of the main company 3. Some user wants see the correct check digit when an validation error occurs. User the $result In $result : The correct check digit or "FMT" if there are and format error |
Bank AccountThe proc code is in the <DETAIL> TRIGGER of the field CHECK_CCCCCC have this structure:
1. Note that this procedure
check if the numbers are correct but not if the bank and office exists.
Some banks distribute a flat file with the existing bank and agency codes.
|