RESPONSIBLE PERSONS BUSINESS RULES
Jump to navigation
Jump to search
| # | MODULE NAME | OBJECT | ACTION | VALIDATION NAME | VALIDATION DESCRIPTION | VALIDATION CATEGORY | METHOD NAME | CLASS NAME | DUPLICATED IN CLASS |
| 1 | RESPONSIBLE PERSONS | HOLDING_RESPONSIBLE | REGISTRATION/EDIT | National registration number digit only | Checks if national registration number is digit only | Character/number constraints | breforeSave | OnSaveValidations | Yes |
| 2 | RESPONSIBLE PERSONS | HOLDING_RESPONSIBLE | REGISTRATION/EDIT | National registration number unique | Checks if national registration number is unique | Uniqueness | checkIfFieldIsUnique | ValidationChecks | Yes |
| 3 | RESPONSIBLE PERSONS | HOLDING_RESPONSIBLE | EDIT | Holder type update | Checks if holder type can be updated | Update fields | checkIfHolderTypeCanBeUpdated | ValidationChecks | No |
| 4 | RESPONSIBLE PERSONS | HOLDING_RESPONSIBLE | REGISTRATION/EDIT | First name and last name properly added | Checks if full name of holding responsible is properly added | Properly added fields | beforeSaveHoldingResponsibleCheck | OnSaveValidations | Yes |
| 5 | RESPONSIBLE PERSONS | HOLDING_RESPONSIBLE | REGISTRATION/EDIT | Legal entity can’t have gender | Checks if gender is entered for legal entity | Forbidden fields enters | beforeSaveHoldingResponsibleCheck | OnSaveValidations | Yes |
| 6 | RESPONSIBLE PERSONS | HOLDING_RESPONSIBLE | REGISTRATION/EDIT | Properly added first/last name to fulfill full name | Checks if first/last name is properly added to fulfill fullname | Properly added fields | beforeSaveHoldingResponsibleCheck | OnSaveValidations | Yes |