Hello,
This questions refers to The New Dynamics AX (AX7) : how to use properly the CreatedDateTime field in a custom entity?
I created a new custom table, and set the Created Date Time property to YES.
Then, I created a custom entity, for an OData integration with a C# client. In the data entity, I tried to add the field "CreatedDateTime", but this is not allowed. Adding a field "EntityCreatedDateTime" got me out of trouble (since this name is not system-reserved), and I was able to query the CreatedDateTime.
Unfortunately, when I try to create a new entity and post it to AX, I receive an error :
insert not allowed for field 'DataEntityCreatedDateTime'
How am I meant to use this field? I don't need to write anything in it, I would just like to be able to query the field.
Of course, I could create another UTCDateTime field, with a dummy name, but why not use the system field, since it is there?
Thank you for your guidance.

