16
Views
2
Comments
Solved
Reactive course : modeling exercise  email seems not be a valid datatype
Question

Hello, 

Im doing the reactive course again and I hit a wierd issue.
I have to make a Entity Attribute of Email. 

No problem at all.

According to the  ide the datatype is then email. 

but then I see this error message appear : 


Invalid Entity

Employee identifier attribute data type must be set to 'Integer', 'Long Integer' or 'Text'.


I work with version : 11.7.2 build 15539


Regards, 


Roelof

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi Roelof,

Either you changed the data type of the Id attribute of the entity instead of the attribute then needs to store the email address, or you changed the primary key to be the email attribute instead of the Id attribute.

Regards,

Daniel

UserImage.jpg
Roelof Wobben

Thanks, 

I see now that I changed the Id instead of making a new attribute. 


Roelof

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.