- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 08:28 AM
Hello Experts,
I have created a custom table and custom fields in that table and I wanted to add indexes in that same table. I was able to get all the required indexes (as they were custom) expect the created field which is ootb. How to get this Created field in the Database indexes, Index creator Slush bucket in the Available options? Please advise. Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 07:52 PM
The Created field is an out-of-the-box (OOTB) field that is automatically created on all ServiceNow tables. It is a system-managed field, which means that you cannot create an index on it yourself. However, you can request that ServiceNow create an index on the Created field for you.
To do this, you need to contact ServiceNow Support and ask them to create an index on the Created field for your custom table. They will need the following information from you:
- The name of your custom table
- The name of the Created field
- The reason why you need an index on the Created field
Once you have provided this information to ServiceNow Support, they will create an index on the Created field for your custom table.
Here are the steps on how to request an index on the Created field:
- Go to ServiceNow Support: https://support.servicenow.com/.
- Click on the "Contact Us" button.
- Select the "Technical Support" option.
- Select the "Indexing" option.
- Enter the following information:
- Your ServiceNow username
- Your ServiceNow password
- The name of your custom table
- The name of the Created field
- The reason why you need an index on the Created field
- Click on the "Submit" button.
ServiceNow Support will then create an index on the Created field for your custom table.
Here are the steps on how to check if the index has been created:
- Go to System Definition > Tables & Columns.
- Find the table that you created the index for.
- In the Index creator Slush bucket, look for the Created field.
- If the Created field is listed in the Index creator Slush bucket, then the index has been created.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards,
Kaustubh Kulkarni

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 07:52 PM
The Created field is an out-of-the-box (OOTB) field that is automatically created on all ServiceNow tables. It is a system-managed field, which means that you cannot create an index on it yourself. However, you can request that ServiceNow create an index on the Created field for you.
To do this, you need to contact ServiceNow Support and ask them to create an index on the Created field for your custom table. They will need the following information from you:
- The name of your custom table
- The name of the Created field
- The reason why you need an index on the Created field
Once you have provided this information to ServiceNow Support, they will create an index on the Created field for your custom table.
Here are the steps on how to request an index on the Created field:
- Go to ServiceNow Support: https://support.servicenow.com/.
- Click on the "Contact Us" button.
- Select the "Technical Support" option.
- Select the "Indexing" option.
- Enter the following information:
- Your ServiceNow username
- Your ServiceNow password
- The name of your custom table
- The name of the Created field
- The reason why you need an index on the Created field
- Click on the "Submit" button.
ServiceNow Support will then create an index on the Created field for your custom table.
Here are the steps on how to check if the index has been created:
- Go to System Definition > Tables & Columns.
- Find the table that you created the index for.
- In the Index creator Slush bucket, look for the Created field.
- If the Created field is listed in the Index creator Slush bucket, then the index has been created.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards,
Kaustubh Kulkarni