if we dont use callback parameter for oncelledit in clientscript what will happen? will the code execute? what is the purpose of using callback parameter?

thana22dhana
Tera Contributor

need complete detail.

1 ACCEPTED SOLUTION

Sagar Pagar
Tera Patron

Hi,

 

callback: a callback that continues the execution of any other related cell edit scripts.

If true is passed as a parameter, the other scripts are executed or the change is committed if there are no more scripts.

If false is passed as a parameter, any further scripts are not executed and the change is not committed.

 

Refer link for more details Client script

Hope this will help you.

 

Regards,

Sagar pagar

 

The world works with ServiceNow

View solution in original post

1 REPLY 1

Sagar Pagar
Tera Patron

Hi,

 

callback: a callback that continues the execution of any other related cell edit scripts.

If true is passed as a parameter, the other scripts are executed or the change is committed if there are no more scripts.

If false is passed as a parameter, any further scripts are not executed and the change is not committed.

 

Refer link for more details Client script

Hope this will help you.

 

Regards,

Sagar pagar

 

The world works with ServiceNow