Is it possible to create a record at a 'particular' timestamp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 12:22 AM - edited 01-13-2025 09:07 AM
we have built a bi directional ebonding integration between external tool and ServiceNow.
sometime integration fails due to network or xyz reasons.
say a record got created at 1pm in external tool, integration is down for 2 hrs, then it came up.
Now in servicenow, I want to create that record where the created time stamp should be 1pm only.
Is it possible?
If not possible, how to tackle this situation as its a common one where integration can fail and the timestamps cannot match between the 2 systems.
Why we want to match timings is because - We want to measure SLA precisely based on actual time when record was created in source tool.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 03:00 AM
Did you try adding condition in sla with the new field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 08:34 AM
Hi @SumanthDosapati I have created that custom field. But how do I add condition such that my start sla will be based on this custom field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 10:00 AM
Anyone?