what is the use of "var saveAndClose = true" in Oncell Edit client script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2018 02:27 AM
what is the use of "var saveAndClose = true" in Oncell Edit client script
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2018 02:32 AM
Hi,
This is a variable used to decide callback function.
It supplies true or false to callback function.
Thanks,
Ashutosh
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2018 02:47 AM
Hi Ashutosh,
Thanks for the reply.
I'm new to coding.. in the script im able to see only "var saveAndClose = true" is defined but "var saveAndClose = false" is not defined how can callback function gets the false value.
Thanks,
Raj