- 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-06-2024 12:22 AM
Hi @Arunima_12 ,
You need to create a realtionship as like below steps :
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...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....