The CreatorCon Call for Content is officially open! Get started here.

Regarding Record Producer

Shubham Rai
Tera Contributor

.The script in the Record Producer runs when a record is
a. inserted
b. updated
c. deleted
d. loaded

1 ACCEPTED SOLUTION

Ashir Waheed
Kilo Sage

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

View solution in original post

1 REPLY 1

Ashir Waheed
Kilo Sage

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