Aaron McCausland
10/10/2025, 4:45 PMCeligo AI
10/10/2025, 4:45 PMAI generated answer (using internal Slack threads):To get the custom transaction line field values of each line on a Revenue Arrangement in a Saved Revenue Arrangement Search, you would need to use SuiteScript. Unfortunately, without SuiteScript, it is not possible to return a saved search value into a custom transaction line field. Here's a general idea of how you might approach this with SuiteScript: 1. Create a search on the 'Revenue Arrangement' record type. 2. In your search filters, specify the criteria that match the Revenue Arrangements you're interested in. 3. In your search columns, include the custom transaction line field that you want to retrieve. You can do this by specifying the field's internal ID. 4. Execute the search and iterate over the results. For each result, you can access the value of the custom transaction line field. Please note that this is a general approach and you might need to adjust it based on your specific requirements and the exact configuration of your NetSuite account. ****** 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
10/10/2025, 4:46 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848327637
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.845458865
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.839111447
Celigo AI
10/10/2025, 4:46 PMCeligo AI
10/10/2025, 4:48 PM