Hello guys,
I have a web service that creates some records and the CreatedBy field of a table is populated using the admin user since there is no user interaction.
I'm already sending the CreatedBy value on the request, but I want to update the CreatedBy field on the table.
However, this is a system field and I cannot update it. There is any way to override it?
When I try to write x++ code it shows "The field CreatedBy is read only. A value cannot be assigned to it"
Thanks,