Can we create a record producer for the custom table which is not extended from the task Table?

vijayr2313
Tera Contributor

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?

3 REPLIES 3

Harish Bainsla
Tera Sage
Tera Sage

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.

Tony Chatfield1
Kilo Patron

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=

Harish KM
Kilo Patron
Kilo Patron

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.

Regards
Harish