How to use dialog window
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 08:17 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 02:25 AM
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