How can I create a drop down box to select the user view to use in my custom Change Request form, similar to what is being done for this built-in form?
Hello,
I'll provide a rough example to achieve this, you can replicate according to your needs.
You can create a form variable with drop-down type and required user views as drop-down values.
Next create form variables with 'User Picker' type for each value provided in above variable.
add appropriate filters and under each of these variables, add condition in 'display' tabs.
Hope this helps.
Thank you. Is there any way to make the User Picker display on the form as a table? In other words, I want it to look like this
as opposed to this
My goal is to minimize clicks for the end user.
If you check the control type on form variables, there is only user picker no user table.
I believe, its not possible with existing settings.
Hello,
I'll provide a rough example to achieve this, you can replicate according to your needs.
You can create a form variable with drop-down type and required user views as drop-down values.
Next create form variables with 'User Picker' type for each value provided in above variable.
add appropriate filters and under each of these variables, add condition in 'display' tabs.
Hope this helps.