1. Create Gender Static Entity and add two records
a. Male
b. Female
2. Create an Entity that holds Customer Information like
a. Id
b. Name *
c. Surname *
d. DOB *
e. Age
f. Mobile
g. Email *
h. Address
i. GenderId [ GenderId ] *
j. IsPremium [Default False ]
k. IsActive [Default True ]
3. Create a page to insert the record in the database, but do not give an input for age rather calculate age in background based on date of birth.
4. Also do not give the input for isactive, by default in create scenario isActive should be True only.
Implementation
04-Jun-2024
asdf