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 EntityEmployee identifier attribute data type must be set to 'Integer', 'Long Integer' or 'Text'.
I work with version : 11.7.2 build 15539
Regards,
Roelof
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.
Daniel
Thanks,
I see now that I changed the Id instead of making a new attribute.