Autonumber attribute does not increase

0
I've made an entity with an autonumber. The default value of this attibute was set to 50000. When I inspect the sequence in the database it shows that its increasing as expected. But new objects that are created will still get the default value of 50000! Is this a bug, or am I doing something wrong?  
asked
2 answers
4

I've found it, it has to do with entity acces. The role who creates object didn't had read/write access to the attribute. 

Instead of throwing an error, the attribute was filled with the default value (50000).

answered
0

Based on what you describe; it appears to be a bug

answered