EntityId in genericAttribute table

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi,

Can anyone tell me  Is EntityId in genericAttribute table related with column of any other table? Please guide me.




regards,
Sachin Tripathi
6 years ago
Hi Sachin,

EntityId is primary key of KeyGroup table

For instance:
=====================================================
EntityId |   KeyGroup | Key       | Value  | StoreId
-----------------------------------------------------
   1     |   Customer | FirstName |   John |   0
=====================================================


Here, EntityId = 1  indicates primary key of customer table.
6 years ago
Hi Divyang,

Thanks for the help.

I just want to know how to upload first name, last name, gender, password etc of multiple customers to the admin panel from database.
I have 50000 records and all the information of those records is stored in dbo.Address and dbo.Customer table. I also mapped it coorectly and it is displaying in admin panel correctly. But i haven't able to display password, gender, firstname etc from database. Can you please guide me?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.