Need to populate the field value of one form to another form using UI action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 07:34 AM
Hi Team,
we have a field name Street in the below form and it is in the table say ABC, and u can see Test location UI Action on the form, once we click on the UI action button
we are able to redirect to new form (work order)
var url = '/wm_order.do?sys_id=-1';
action.setRedirectURL(url);
and it is having a same field name Street but it is configured in different table say CDE, we want the street field value should be copied from the previous form to new form ie, CDE table form.
Kindly help to achieve this .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 08:11 AM
Hi @Abhilasha G T ,
In your UI Action you an try use something like this: