How to fetch data for request fields from all the requests in mdb?
book
Article ID: 112188
calendar_today
Updated On:
Products
CA Service Management - Service Desk Manager
CA Service Catalog
Issue/Introduction
How can we get the data for catalog request field from all the requests in mdb?
Resolution
Please run the below query to fetch the required data
select form_elem_value from usm_request_item_form where form_elem_name = 'txt_comment'
Feedback
thumb_up
Yes
thumb_down
No