Shannon
04/01/2025, 10:27 PMCeligo AI
04/01/2025, 10:27 PMAI 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. ******
Celigo AI
04/01/2025, 10:27 PMSlack 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
Celigo AI
04/01/2025, 10:27 PM