I would like to collect metrics based on Form usage.
Is there any built-in or database query that will give me this information?
Thank youShlomo
My understanding of your question is that you want to know how many change requests were raised using a specific form.
If this is the case, try using PV_CHANGE_REQUEST view, column FORM_ID.
If not, maybe you can clarify use case.
Thank you!
I also got the Form_ID from PV_Change_Request_Form.
Learning more each day.
Shlomo
My understanding of your question is that you want to know how many change requests were raised using a specific form.
If this is the case, try using PV_CHANGE_REQUEST view, column FORM_ID.
If not, maybe you can clarify use case.