I have created a new entity which represents a Team Member for a company. The Team Member is a user (employee) and there can be many members of the team. Also, the Team Membership entity has other data that defines the membership parameters.
My problem is this: when creating the entity, the Primary Field is limited to a Single-Line-of Text field type. I don't need a name field as there is a field in the entity that is a lookup into our User entity to add an employee. I just need to make that lookup the primary field and display the name of the selected employee.
Can someone point me in the right direction to accomplish this? As you can probably tell, I'm a newbie to CRM. I am a developer, but I'm trying to do as much in the UI as possible.
Thanks,
Glen W.