- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 11:18 PM
How can I pull entry from rm_story table to related list under SCTASK.
From this
to this place under related list
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 12:30 AM
Hi @Arunima_12
There's one condition under the Story related list as following.
So there should be a field Original Task in the Story table. If you update that field to a specific catalog task, the story should be represented under related list of that task.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 11:53 PM
Hi @Arunima_12
Per your screenshot, the Stories related list are already in place of the Catalog Task form. Can you be more specific on the prob you're facing?
Configure Related List to add or remove the story related list.
Configure List Layout to re-arrange the columns.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 12:23 AM
Hi Tai Vu,
Actually I want to pull records into this related list, from table where record is getting created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 12:30 AM
Hi @Arunima_12
There's one condition under the Story related list as following.
So there should be a field Original Task in the Story table. If you update that field to a specific catalog task, the story should be represented under related list of that task.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 12:17 AM
Hi @Arunima_12 ,
1. Navigate to > system definitaion > realtionships
2. Click on > new button
3. provide a name 'Stories'
4. Applies to table <select the table on which you need the realted list to be visible>
5. Quries from table <select the sc_task table>
6. Provide the query script to filter the record (if left empty - will show all records).
7. save.
8. go to > sc_task form view > configure > related list > add the newly created realted list and > save.
your done ! i hope this helps...