- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 09:04 PM
I have 2 query.
1. How can I pull the list of all catalog task records to a custom table (m2m*****) from main sc_task table ?
The inputs created in the custom table as show in screenshot is manual entry as of now.
2. This custom table is being used as a related list under change request form, when clicked on 'Edit' for this related list I am getting the sys_id of the catalog tasks listed in the custom table. How to resolve this ?
The collection should show the SCTASK by number but it is showing as sys_id how to fix this ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 09:50 PM
Hi @Arunima_12 ,
The answer to your 2nd question is :
Go to ur custom table & right click on any column select configure- table.
Once the table opens set the number field Display value to true & update it. This can be performed from the list view itself. Once done u will be able to see number instead of sys I'd.
For 1st case u should have extended ur custom table with task table do that it could contain all the existing task values along with the manually created ones.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 11:45 PM
Hi @Arunima_12 ,
Yes while creating a new table we do get the field of Extend Table where u can select the Task Table in it & create the custom table.
So if your work is still in development phase then yes u can go ahead n delete it n create a new one
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 10:12 PM
Hi @Arunima_12 ,
Apologies for the confusion it should be task table which u need to extend. It does contain the catalog task records as well. Adding snip for your reference.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 11:31 PM
Hi Danish,
This solution is not helping as I am not getting the sctasks pulled into my custom table even after selecting TASK table under extends table while creating the custom table.
Main table :
Custom table:
Custom table list view: