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.
unshareAllViews(string)
void
unshareAllViews("Invoices")
Result: Stops the sharing of all views of the Invoices table.
Last modified 9mo ago