How to use dialog window

keerthi19
Tera Guru

I have requirement like..we have incident record when we right click that record it has to show custom UI action called update priority.if I click that it has to redirect to dialog window and it should have field called priority with options..if select any priority and tries to submit .once submitted that priority should needs to update in original record.any one have any idea?

5 REPLIES 5

Hi,



We can use processing script to do the data updates since processing script works on server side. 'name' attribute of tags will fetch the values from page to processing script.



on client side update client scriipt with validatecommnets function to validate the comments.



Thanks


Girish Deshpande