Record producer client script onSubmit
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2019 03:13 AM
Dear all,
When we define a client script on record producer of type onSubmit
Q1 : Does this script is executer before record gets submit, at same time record gets submit, or after record gets submit and recorded ?
Q2 : I am calling my record producer by using a GlideModal APi, is there a way to close the GlideModal on this onSubmit script ? I have try GlildeWindow.get().destroy() but it does not work
Any idea ?
regards
Labels:
- Labels:
-
Scripting and Coding
10 REPLIES 10

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2019 02:50 AM
Hi
Can you try with window.close() once?