Created
July 9, 2020 06:45
-
-
Save Quaker762/f3df78a2c1ab28113a2b4f5c262290b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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