Difference between revisions of "RESPONSIBLE PERSONS BUSINESS RULES"

From NAITS
Jump to navigation Jump to search
(Created page with "{| class="wikitable" |<span style="color:#00ffff"> '''#''' |'''MODULE NAME''' |'''OBJECT''' |'''ACTION''' |'''VALIDATION NAME''' |'''VALIDATION DESCRIPTION''' |'''VALIDATION...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
{| class="wikitable" style="text-align: center;
|<span style="color:#00ffff"> '''#'''  
|<span style="color:#00ffff"> '''#''' </span>
|'''MODULE  NAME'''
|<span style="color:#00ffff">'''MODULE  NAME''' </span>
|'''OBJECT'''
|<span style="color:#00ffff">'''OBJECT''' </span>
|'''ACTION'''
|<span style="color:#00ffff">'''ACTION''' </span>
|'''VALIDATION NAME'''
|<span style="color:#00ffff">'''VALIDATION NAME''' </span>
|'''VALIDATION DESCRIPTION'''
|<span style="color:#00ffff">'''VALIDATION DESCRIPTION''' </span>
|'''VALIDATION CATEGORY'''
|<span style="color:#00ffff">'''VALIDATION CATEGORY''' </span>
|'''METHOD NAME'''
|<span style="color:#00ffff">'''METHOD NAME''' </span>
|'''CLASS NAME'''
|<span style="color:#00ffff">'''CLASS NAME''' </span>
|'''DUPLICATED IN CLASS'''
|<span style="color:#00ffff">'''DUPLICATED IN CLASS''' </span>
|-
|-
|'''1'''
|'''1'''

Latest revision as of 07:24, 3 December 2021

# 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