unshareAllViews
To unshare all views of a given table
This function will stop sharing all views of a table.
This function doesn't work in a formula field because it's modifying data.
Syntax
unshareAllViews(string)
Return
void
Examples
Result: Stops the sharing of all views of the Invoices table.
See also
unshareView
, which unshares a given view of a given table.
shareView
, which returns a URL of a given view
Last updated