braie
07/09/2025, 11:05 PMCeligo AI
07/09/2025, 11:05 PMAI generated answer (using internal Slack threads):To see all script parameters in your deployed scripts, you can follow these steps: 1. Navigate to the script deployment record and look under the parameters subtab. This will show you the deployment parameters. However, if the parameters are not hardcoded, you won't be able to see their values. If they are hardcoded, their values will also be displayed in this tab against each parameter. 2. If you want to see all the script parameters on a single page, you can create an analytics dataset on script records. Unfortunately, you can't get this information via a saved search. 3. If you're trying to get the values of your parameter in script deployment and you're receiving a blank return, make sure you have deployed the script. If the script is not deployed, you won't be able to see the default value. 4. If you have a company setting script parameter field (which appears on the general preferences page) and you want to see all of the script parameter fields, you can load the record of type "script" and see the parameters sublist. The sublist contains the information you need. With a bit of leg work, you can run a search of scripts to get back the internal ids and then iterate through pulling out parameter info. 5. You can also use SuiteCloud Development Framework (SDF) to download all script records in XML and do a text search in the files. ****** 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
07/09/2025, 11:05 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.861372113
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829547465
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817186415
Celigo AI
07/09/2025, 11:05 PMbraie
07/10/2025, 1:18 AM