Can we create a record producer for the custom table which is not extended from the task Table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2023 09:39 PM
Can we create a record producer for the custom table which is not extended from the task Table? If yes, how can you do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2023 09:57 PM
I think Yes, you can create a record producer for a custom table that is not extended from the Task table in ServiceNow. A record producer allows users to create records in a table through a simplified form in the Service Portal or the standard UI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2023 10:01 PM
Hi, Yes you can, and the process is just the same as any other record producer.
Record Producers > New
If you add the 'table name' field to a record producer list view you will see many OOB record producers that are not for task table extensions.
/sc_cat_item_producer_list.do?sysparm_query=&sysparm_view=

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2023 10:07 PM
Hello yes you can create a record producer on any custom tables which are not extended to task, Just make sure the custom table and record producer is in same scope
The downside is when you dont extend your custom table to task, you will loose the functionality of task tables which you have to do manually.
Harish