Populate List collector into a related list.

Srikanth Menava
Kilo Sage

Hello SNC, 

 I have created a catalog form and it has a list collector variable which is refering to task table and my reference qualifier will filter the items, Everything is fine untill this point.

Now in the RITM created, I want all the selected items from the list collector(which are shown in the variables section) should be populated as individual items in the related list.

Please let me know how this can be achieved.

TIA

1 ACCEPTED SOLUTION

I was able to achieve it myself with the following line in the query of the custom related list,
current.addQuery('sys_id','IN',parent.variables.list_collector_name);

Might be usefull for anyone.

View solution in original post

10 REPLIES 10

Not understanding what you mean here. Where would this "In the query of the custom related list" field be? I see no field that allows one to add a query, or reference qualifier to a related list. Are you speaking of items in the sys_ui_related_list table or perhaps, the sys_ui_related_list_entry table? Under [ System UI > Related Lists ] or somewhere else?