Database View to join tables sysapproval_approver and sc_req_item

AndyMaier
Giga Contributor

Has anyone joined these tables sysapproval_approver and sc_req_item, and how?

5 REPLIES 5

AndyMaier
Giga Contributor

I tried joining the two tables Approval[sysapproval_approver] & Requested Item[sc_req_item] where the Approval Table sysapproval equals Requested Item Table sys_id. But it seems I am missing records. Does anyone else have a better way?
Thanks,
Andy


Will you provide more background on what you are trying to accomplish? Typically you can do a glide lookup to figure out who approved a REQ/RITM/Task


AndyMaier
Giga Contributor

I am trying to create a Database View to join tables Approval[sysapproval_approver] & Requested Item[sc_req_item] so our ECS, Security, Client Support and IS Tools support teams can run a report that will tell us all open sysapproval request not yet approved and will provide us the contact persons.


Were you able to find a solution to this requirement?