How to connect stories table with a related list in sctask?

Arunima_12
Tera Contributor

How can I pull entry from rm_story table to related list under SCTASK.

 

From this

Arunima_12_0-1709709339010.png

 

to this place under related list

Arunima_12_1-1709709437256.png

 

1 ACCEPTED SOLUTION

Hi @Arunima_12 

There's one condition under the Story related list as following.

Timi_0-1709713741429.png

 

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

View solution in original post

5 REPLIES 5

Tai Vu
Kilo Patron
Kilo Patron

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.

Timi_0-1709711498634.png

 

Configure List Layout to re-arrange the columns.

Timi_1-1709711562239.png

 

Cheers,

Tai Vu

Hi Tai Vu,

 

Actually I want to pull records into this related list, from table where record is getting created.

 

 

Hi @Arunima_12 

There's one condition under the Story related list as following.

Timi_0-1709713741429.png

 

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

KSA Suhail
Tera Contributor

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...