Hello Team,
As you can see in the below image to fetch the issue types based on the category i use list wedget.
When i publish it it looks like this on the screen, i want to select one issue type and that selected issue type must be stored in the Database. How can i achieve this? Can anyone please help me on this?
A you can in the above screenshot i selected AC Not Cooling issue type.
Hi, yes. I updated your OML, I did the following:
I replaced the checkbox list with a radio button list so users can only select one option.
When the selection changes, I store the selected IssueType in a local variable.
Then, in the save button’s action, I updated the first assign step to set the IssueTypeId in your entity using that selected value.
Now the service request is created with the correct IssueTypeId.
Please anyone comment on the issue
Here is my OML file
Hi @Gaganashree Lohit ,
I see you're using checkboxes, just checking, are you trying to let users select and save multiple issues at once? If not, it might make more sense to use radio buttons instead, since those are better for single choices.
Also, how do you want the save to work? Should it happen right when something's selected, or only after hitting a submit button?
After hitting the submit button, along with the other data present on the screen Mihai
Is that possible Mihai?, I want to complete this at earliest.
Hello Mihai, i want to understand in my system i have only radio group, but u used radio button?
Where i will get that wedget?
The radio buttons are created when you place the Radio Group widget on the screen.
Hi @Gaganashree Lohit,
Please go through this discussion
https://www.outsystems.com/forums/discussion/93265/how-to-create-a-radio-button-and-how-to-stored-the-value/
You can refer to this as well
https://www.youtube.com/watch?v=wRAxNmRaLPo
Hope this helps
Thanks
Hello Mihai, you are a star. When i stuck every time u come along to help in hard times.
Thanks to you Aditi.