Can u explain what is purpose of gsft submit() function ??

C_30
Kilo Contributor

Can u explain what is purpose of gsft submit() function ??

1 ACCEPTED SOLUTION

kushal Tayade
Mega Guru

 

gsftSubmit(null, g_form.getFormElement(), "ui action id") triggers the UI Action which is specified in the 3rd parameter, which is the action name/element id. It is mostly used in UI actions that have a client side and a server side script.

 

Please look at the below link.

https://community.servicenow.com/community?id=community_question&sys_id=cefe7229db58dbc01dcaf3231f961981 

View solution in original post

1 REPLY 1

kushal Tayade
Mega Guru

 

gsftSubmit(null, g_form.getFormElement(), "ui action id") triggers the UI Action which is specified in the 3rd parameter, which is the action name/element id. It is mostly used in UI actions that have a client side and a server side script.

 

Please look at the below link.

https://community.servicenow.com/community?id=community_question&sys_id=cefe7229db58dbc01dcaf3231f961981