How to set custom value for sys_created_on field?

TT3
Kilo Guru

For some business situations, we have to make some ad-hoc entries in a table. These entries should have custom value for sys_created_on field. I tried followings:

1. Inactive the ACL *.created_on: Didn't worked.

2. Return true from the ACL *.created_on script section: Didn't worked.

Any idea?

 

5 REPLIES 5

I'm creating some test cases, and the results I am testing for depend on the sys_created_on and sys_updated_on dates. So I wanted to make a post request to create a service now ticket with custom sys_created_on and sys_updated_on. Is there any way I can do that?