First question-
In User entity I wanted attributes:-
-ID
-FirstName
-LastName
- Email_Id
-Password
-Mobile Number
So, in UserExtension do I have to add all attributes that I wanted in User( like Id,fname, lname,email_id, password, Mobile_number)
or I would only add those things in UserExtension which are missing from User (such as FirstName and LastName)?
--------------------------------------
Second question-
What shall I do with other attributes in User which are not needed such as External_Id, Creation_Date etc?
---------------------------------------
Third question-
Which entity attribute shall I call or which entity I have to call while creating Login/Registration form
how shall I use the attributes in the form properties?
I hope you understood what I wanted to ask.
Looking forward to your answer.
Thank you,
Tapas Pattnaik