Hi everybody!
Is possible to modify the value of the "createdBy" field of a record by code??
I would like to do it by JOB, is it possible?
I have tried this, but it does not work fine.
sampleTable.(fieldNum(Table, CreatedBy) = 'DM-Admin'; //User id - If possible get from SysUserInfo table
In the debugger it looks great, but in the table no...
This code works when you run it in the server(by class), but not in a job.
Anyone kwnos another way to modify that field value or to run a job on server withour using a class?? (I can´t stop the server!!)
Thanks everybody!!
Ander
*This post is locked for comments
I have the same question (0)