Help With Database View (RITM-Approvals/SCTASK-Assignment Groups)

DonnaSTLMartin
Tera Expert

I need to create a report that will show these things:

 

  • RITM Number (Requested Item [sc_req_item])
  • Item Name (i.e. O365 User License, Docking Station)
  • RITM Approver (Approval [sysapproval_approver])
  • SCTASK(s) linked to approved RITM (Catalog Task [sc_task])
  • SCTASK(s) Assignment Group

 

I have tried, very unsuccessfully, to create a database view. Is what I’m trying to build possible? Any suggestions for what this would look like?

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@DonnaSTLMartin 

try this add required view fields under view tables and add the required column in list via gear icon

Ensure the field you are using in where clause is present as view field for that view table

AnkurBawiskar_0-1698244050997.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

6 REPLIES 6

hello @Ankur Bawiskar 

 

my requirement looks similar but

I need to create a report that will show RITM Number (Requested Item [sc_req_item]) with no approvals and no tasks.

 

Thanks

Hello @Ankur Bawiskar 
With this we are able to create a database view . Once we are creating a report on this table, we are getting the same records(RITM) multiple times.
Could you please let me know what can be issue here and how to resolve this?

Thanks