Populate the field in the form when user click the ui button on incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 02:19 AM
when user clicks on the Populate button on form then we need to display the field on incident form using UI action how we can populate those data in it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 03:34 AM
Hi @Sandeep74
You can try like below:
If you want to save the populated value then you have to write server side script too.
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 03:41 AM - edited 11-09-2022 03:44 AM
Hi Murthy,
I need to populate the new field over there in that form , not the one which is already in the field
eg:
new field name like data so, now when we click that buttton the new field data need to populate as a string field over there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 03:57 AM
we have created the UI button called populate and the user clicks on that button then the
actually the scenario now is we need to display the new field in that incident form.