Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Unselect on User Create Form

sab2
Regular Contributor
Regular Contributor

Hi,

We are using the user creation form to onboard new users. On our form we have a field named 'location' where in the backend we use the query 'select attribute1 as ID from dataset_values where datasetname='Name_Location'' > this uses a SQL ENUM. The dataset lists the different location names.


On the form itself, the query is working fine and the dataset is called and the locations drop down as expected. However, our issue is when we select an option from the drop down field for location but then we change our mind and decide we want to submit the form with a blank location. It does not allow for us to unselect an answer from the drop down. We can only change the option which was selected.

Does anyone know how to unselect from the SQL ENUM? Or if this is an option?

Thanks!

1 REPLY 1

rushikeshvartak
All-Star
All-Star

This is known issue , when you select any value last selected value remain as is. 

Does location is not mandatory ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.