- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2016 10:27 AM
Hi All
I have a glide dialog box for which i wrote a ui action and a ui page . What i see is when a user enters something in Description field and without saving the form , clicks on button which will render glide dialog box, then it gives a message as "chnages you have entered will not be saved". How can i make the desc get saved even when the user is not saving but directly clicking on ui action button.
There is some description which also gets added to the descrption field which is based on the data that got created based on UI action. How to concatenate the 1st desc which was entered by user and the second one in case of glide dialog?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2016 09:09 AM
well that is weird. It works fine for me. Did you make sure the choice is active and try to clear cache and see if that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2016 07:45 AM
Hi Abhinay,
Any suggestions from ur end which can fix this up

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2016 08:05 AM
Can you post the entire html here

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2016 08:28 AM
Are you sure the choice value is 102?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2016 08:53 AM
It sets perfectly on my instance. Try using parseInt before setting to install status like this
rNewCI.install_status =parseInt(request.getParameter("install_status"));
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2016 09:02 AM
Still i am seeing 102 when i open the form of CI.