Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2016 02:50 PM
Hi Charlie,
I don't have your exact field names and values you want to set, but I hope this would be a good example to how to do it. Let me know if you get stuck.
UI action which calls for the popup window(GlideDialogWindow):
Then I have made a UI Page called "whyHold" which the UI Action calls on:
I put on 3 radio buttons and two normal(Cancel & OK). pressing cancel just destroys the popup,
Having OK checking which radio button is pressed. There is also a check so if the user doesn't choose a option,
they can't press OK.
//Göran