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

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.


I will try as u suggested.


Is there a way we can save details entered on form withot clicking on save button and ui actio button is clicked.


Looked at few community post,seems like not possible. Just incase you have any workaround or perfect soln?


You are only looking for description right?


The entire form save. Seems like people are entering in the form and then without saving , they go ahead and click on ui action btton. They get a message chnages are not savedLeave or Stay.



On click of ui action button can it save the data entred in form and do its work of creating records inCI?


Glad you figured it out and for the saving of the record part, it is not possible. One thing you can do is hide the button if it is a new record. In the Ui c ation condition put this in there


!current.isNewRecord()