Record producer scripting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 07:28 PM
Hi,
when does the record producer script runs? (form is inserted, submitted, loaded)
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 07:32 PM
It runs outside the lifetime of the form, after the form is submitted to the server for processing - runs on server side, not on client side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 07:32 PM
Hi
after the form has been submitted.
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 07:45 PM
The script will run as soon as you hit submit button.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 11:39 AM
Actually that is not true. After hitting the submit button, onSumit Catalog Client Scripts can cancel submission in which case nothing is run on server side.