- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 05:56 AM
Hi Friends,
can any one tell me why do we need pass first parameter of the gsftSubmit() as "null"
gsftSubmit("null",form element,ui action name);
Thanks for helping
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 06:09 AM
Closer inspection revealed a comment>
//Pass a control (button) or a form and action name if the control does not exist.
function gsftSubmit(control, /* optional */ form, /* optional */ action_name) {

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 06:06 AM
I found this function definition in the depths of the of our code.
function gsftSubmit(control, /* optional */ form, /* optional */ action_name)
Based on the variable name, it's a control object (perhaps that passed back from g_form.getControl()?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 06:09 AM
Closer inspection revealed a comment>
//Pass a control (button) or a form and action name if the control does not exist.
function gsftSubmit(control, /* optional */ form, /* optional */ action_name) {
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2016 02:08 AM
Hi Tomasi,
I have an another doubt regarding gs.eventQueue("change.abandon", current, current.requested_by);
If we add user in whom to send field in notifications and again if we pass the same user as parameter in gs.eventQueue() as shown in above syntax, then the notification trigger twice?