Joyce Posted May 9, 2018 Posted May 9, 2018 Hi, I am trying to get a report on task/activities, associated with change request. For this I think I need to combine h_itsm_requests with h_sys_tasks. I have try using 'request ID is like h_obj_ref_urn ' , also 'BPM ID is like h_sys_reference' to join the tables but I am not getting any value. How can I join these two tables correctly? Thanks. Joyce
Steven Boardman Posted May 9, 2018 Posted May 9, 2018 @Joyce you can use the following join CONCAT("urn:sys:entity:com.hornbill.servicemanager:Requests:",h_itsm_requests.h_pk_reference) Hope that helps Steve 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now