- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2018 06:54 AM
Hello,
I am assigned the task of creating a form where the user can enter data and then the data should be inserted into 2 tables at the same time. I tried to implement this using a record producer but this didn't work because a record producer is linked with only one table. Is there a way to link a record producer with more than 1 table? Or is there a different way to implement my task other than record producer?
Any help is highly appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2018 06:59 AM
You can do this with a record producer script. The record producer can work like it usually does with the table associated with it, then you could use the script to do a GlideRecord insert of the same information into the second table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2018 06:59 AM
You can do this with a record producer script. The record producer can work like it usually does with the table associated with it, then you could use the script to do a GlideRecord insert of the same information into the second table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 07:50 AM
Hi @Mark Stanger / @Mohammad8 ,
can you please share the glide record script you used to update second table