how can i massupdate and make everything within a ...
# ask-stanley-ai
s
how can i massupdate and make everything within a folder, including nested folders available without login
c
AI generated answer (using internal Slack threads):
To make all files within a folder, including nested folders, available without login, you would need to use a script. Unfortunately, there is no non-scripted way to mass-update this setting in NetSuite's file cabinet. Here's a general idea of how you could approach this: 1. Write a SuiteScript that iterates over all files in a folder. 2. For each file, set the 'isAvailable' property to true. This will make the file available without login. 3. If a folder contains other folders (i.e., it has nested folders), you would need to recursively apply the same process to those folders and their contents. Please note that this operation could potentially expose sensitive data, so be sure to only make files available without login if they do not contain any sensitive information. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.806397498
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.785749912
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.78451
Please provide your feedback on this answer.