Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Clarification on Origin and Origin Table fields in Incident records

Saurav_Kumar
Tera Contributor

I’d like clarification on the Origin and Origin Table fields:

  • What is their intended purpose in the Incident table?
  • How are they populated (manually, via integrations, or system processes)?
  • Are they primarily used for tracking where the incident was created and how do organizations leverage them in reporting or workflows?

Any insights, best practices, or examples of how these fields are used in real-world implementations would be very helpful.

 

Thanks

Saurav Kumar

3 REPLIES 3

Shashank_Jain
Mega Sage

Hello @Saurav_Kumar ,

 

origin_table – Generally exists on Incident but has no default usage or system logic in out‑of‑the‑box Incident processes unless you customize it.

origin_id – Also present but not used by standard Incident logic by default.

These fields are schema fields available for integrations or custom use, but ServiceNow does not automatically populate them unless a business rule/flow sets them.

 

 

If this works, please mark it as helpful/accepted — it keeps me motivated and helps others find solutions.
Shashank Jain

Shashank_Jain
Mega Sage

@Saurav_Kumar ,

Check out this community post:
https://www.servicenow.com/community/itsm-forum/can-someone-please-explain-the-meaning-behind-the-fo...
There are some fields listed with their usecase. It might be helpful for you.


If this works, please mark it as helpful/accepted — it keeps me motivated and helps others find solutions.
Shashank Jain

RahelaM
Tera Contributor

Please note that origin_id and origin_table are important for the following property within SOW Configurations: Close Interaction when linked Incident is resolved [sn_sow_inc.autoclose_origin.interaction]. The auto closure of interaction record is handled by a Business Rule "Close interaction from incident". If you take a look at the script, the interaction to be closed is fetched based on the originId.