How to pull records from an existing table to a custom table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 09:35 PM
Trying to pull all records from catalog task table (sc_task) to a custom table (m2m_***)
From :
To: (Entry created in M2m table is manually done)
NOTE: Opting for 'extends table' while creating the custom table did not work as sc_task is not extensible, and if extended with TASK table that is not pulling SC task records anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 09:45 PM
Hi @Arunima_12
Please check if below posts helps :
https://www.servicenow.com/community/itsm-forum/extending-tables-from-task/m-p/569655#M141434
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 09:56 PM
what's your business requirement here?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 10:00 PM
Hi Ankur,
We are using this custom table as a related list on change request.
But when clicking on the EDIT button on related list we are not getting the sctask records on the custom table, because the custom table is falling somewhere in mapping with the main sc_task table.
In the above screenshot the sctasks numbers showing now under both lists are manual entries.