Hi,
I make an entity called People, this entity should has a primary key which is the ID for each person.
When I make want to have the ID field as the primary key in the entity, I can't because there is existing one which is the name and it's type varchar, so I can't just rename it because the ID field type should be integer and have a conditional formatting to be only from 9 digits.
How I can make the ID to be my primary key, no duplicates , and when I want to display the ID field in the , I need it to show as a link that can be clicked on it.
Thanks in advance
I make an entity called People, this entity should has a primary key which is the ID for each person.
When I make want to have the ID field as the primary key in the entity, I can't because there is existing one which is the name and it's type varchar, so I can't just rename it because the ID field type should be integer and have a conditional formatting to be only from 9 digits.
How I can make the ID to be my primary key, no duplicates , and when I want to display the ID field in the , I need it to show as a link that can be clicked on it.
Thanks in advance
Comment