Nuri Ensing
06/05/2026, 1:30 PMCeligo AI
06/05/2026, 1:30 PMAI generated answer (using internal Slack threads):To get the 'Invoice record : Open - Ungrouped' criteria in a Saved Search, you can follow these steps: 1. Create a new Saved Search from the Invoice record type. 2. In the Criteria tab, add a new criteria where the 'Status' field is 'Open'. 3. In the Results tab, add the fields you want to display in the search results. Make sure not to add any fields in the 'Group' column to keep the results ungrouped. If you want to add a condition based on a group (for example, only return invoices if the customer has 3 or less open invoices), you can add a custom field to the Customer record called 'Number of Open Invoices'. This field can be populated by a saved search or workflow. Then, in your invoice saved search, you can add a criteria where 'Number of Open Invoices' is less than or equal to 3. If you need to include line level details in your search and want to keep the grouping functionality, you can create a formula html field. This formula will generate a direct link to the transaction record. Here is an example of such a formula:
html
'<a href="https://<your account id>.<http://app.netsuite.com/app/accounting/transactions/transaction.nl?id='%7C%7C{internalid}%7C%7C|app.netsuite.com/app/accounting/transactions/transaction.nl?id='||{internalid}||>'" target="_blank">'||{tranid}||'</a>'
Replace <your account id> with your actual NetSuite account id.
******
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
06/05/2026, 1:30 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.851806641
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.83013916
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827575684
Celigo AI
06/05/2026, 1:30 PMBladeSea
06/05/2026, 3:02 PM<ACCOUNT_ID> with your NetSuite account number.
• Set Summary Type = None.
5. Optional: Add Additional Filters
• Filter by Customer, Amount Remaining > 0, or Date Range as needed.Holly Vincent
06/07/2026, 6:00 PM