Skip to content

Instantly share code, notes, and snippets.

@Quaker762
Created July 9, 2020 06:45
Show Gist options
  • Save Quaker762/f3df78a2c1ab28113a2b4f5c262290b4 to your computer and use it in GitHub Desktop.
Save Quaker762/f3df78a2c1ab28113a2b4f5c262290b4 to your computer and use it in GitHub Desktop.
var o = db.OrganizationSearch({}).records.forEach(function(e)
{
console.log(e);
e.allowedProductsForMenuAccess = [];
console.log(e.allowedProductsForMenuAccess)
db.OrganizationSave(e);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment