- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2023 07:53 AM
.The script in the Record Producer runs when a record is
a. inserted
b. updated
c. deleted
d. loaded
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2023 03:34 AM
Hi @Shubham Rai ,
A. inserted would be the correct option.
By default when a user submits a Record Producer form to create a new record, the script in the Record Producer will run when the record is inserted. This is because the Record Producer creates a new record in the database when the form is submitted, and the script associated with the Record Producer runs as part of the insert process.
Regards,
Ashir Waheed

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2023 03:34 AM
Hi @Shubham Rai ,
A. inserted would be the correct option.
By default when a user submits a Record Producer form to create a new record, the script in the Record Producer will run when the record is inserted. This is because the Record Producer creates a new record in the database when the form is submitted, and the script associated with the Record Producer runs as part of the insert process.
Regards,
Ashir Waheed