The CreatorCon Call for Content is officially open! Get started here.

GlideDialog box

surya123
Mega Guru

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?

1 ACCEPTED SOLUTION

Abhinay Erra
Giga Sage

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.


View solution in original post

19 REPLIES 19

Hi Abhinay,


Any suggestions from ur end which can fix this up


Can you post the entire html here


Are you sure the choice value is 102?


Abhinay Erra
Giga Sage

It sets perfectly on my instance. Try using parseInt before setting to install status like this



rNewCI.install_status =parseInt(request.getParameter("install_status"));


Still i am seeing 102 when i open the form of CI.