Hello,
I am having problem, importing in csv data into my Mendix application, using csvServices whenever my entity has a ‘changedDate’.
My entity has a ‘changedDate’ attribute (it is a system member) I included a picture for clarification. When I ran a Post that read in a csv input file with just 1 row of data and inserts it into my Entity in Mendix, I got the error of “write access denied for member ‘changedDate’.
The input record will not insert because of this error. Is there any way around this?
failed to create object: Write access denied for member 'changedDate'failed to create object: Write access denied for member 'changedDate'
Thanks.