How to copy values from one table to another when fields are same?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2023 10:45 PM
Hi All,
We have 2 tables A and B with same fields, need to copy the values of A table fields to B table fields when UI action clicked on A table.
What could be better way to achieve this request?
Please assist!
Thanks in advance.
Regards,
Sai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2023 10:59 PM
Check if this helps you ! Mark my answer correct if it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2023 11:17 PM
Hi @Sireesha7,
You need UI action on table A to GlideRecord the table B and based on query update the records with fields.
Take a look at one of my solution for sample scritps: How to update fields using another table
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar