Hello everyone, I have an issue with creating an ID attribute in Mendix. I’m having an error that ID name is served. How can I solve this problem?? Thank u
asked
Biloljon Mirzoev
1 answers
5
As error said, ID is reserved. Every entity you create in Mendix already has ID attribute. So you cannot use it.
You must try with some other name like: _ID or UUID