creating database view connecting task table and sn_hr_core_case_operations table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 11:10 PM
hi all,
I'm trying to create DB view containing both task table coloumns and hr tech (sn_hr_core_case_operations) table. I need pull all tickets dump. what is where clause I need to apply here ?
please give solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 11:56 PM
I'm trying to show all these fields in a single report but if I select task table in reports it is not showing up all the columns from hr tech table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 11:57 PM
well you need to choose the hr tech (sn_hr_core_case_operations) table for the report!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 12:01 AM
but the requirement is I need to show hr cases, Incidents, change requests and requested items in single report with all these columns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 12:04 AM
ok, that explains.
What are the fields to be shown? IF they are specific to other table than TASK, then you would need DB View for it. If you have fields from Many different tables (Inc, chg etc.) then you would require quite complex view and that is once again not suggested.
so, what fields do you need to include in the report?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 12:13 AM
I need create DB view with task table and hr tech table, but I'm struggling to write a exact where clause. Below mentioned fields are required