How to display columns in list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 11:36 AM
Hi all,
we have created data base view between two CSM tables
One is Case table
2nd Investments ( which is extended form Case table)
I Created Data base view : All Cases
Now in All Cases Table List
I want to show Two tables of all OOB fields and Custom fields in List view.
I'm using case reference filed to dot-walking investment table custom fields, but still not coming , more over Case field showing empty when I added in List.
How to do this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 11:42 AM
Hi Supriya,
How is the custom table related to CSM case table. Do you have a field that captures the CSM case number on the custom table? If so, what is the field?
Assuming it is of type reference you can use
csi.csm_number=csm.sys_id
where csm_number is a field on the custom table that is reference to CSM case table. You need to replace csm_number field accordingly