- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2020 05:51 AM
I have joined two tables and added the required fields in View Tables - > View fields also. Yet I am getting the same error as the view is unable to identify the field I am trying to fetch.
Any idea on how to resolve it? TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2020 06:00 AM
Hi Jaspal,
I think it should be below as cost_plan_breakdown has task field; prefix can be anything
lowercase or uppercase; also fields with underscore _
PM_sys_id = CPB_task
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2020 05:55 AM
Hi,
Can you kindly confirm the tables that you have created a view for? Also, a screenshot of the same would be of help for a fix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2020 06:09 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2020 07:42 AM
Can you change your Where clause as below.
PM.sys_id=CPB.task
Also, try it in lower case as below (make sure you change variable prefix from PM to pm & from CPB to cpb)
pm.sys_id=cpb.task

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2020 05:33 AM
Did above work? Or it was something else. If so, would you mind sharing the solution.