- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 06:33 AM
Hi All, I am trying to create a database view on rm_defect and rm_story
I need the records/defects returned as a result from the defect table which are referenced in the defect field on the story
I tried below, but i am getting the below Error Message
Where clause in view u_defect_rm_story has an invalid field or a field that is not visible (s_defect)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 07:11 AM
made changes to where clause and removed left join . it is working now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 07:11 AM
made changes to where clause and removed left join . it is working now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 07:13 AM
Can you please check if the defect field from rm_story is returned, If there are no fields specified then all the fields will be returned.
Follow below link for steps :
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP