HA
03/20/2025, 8:13 PMCeligo AI
03/20/2025, 8:14 PMAI generated answer (using internal Slack threads):To add the currency of an account to an account saved search in NetSuite, you can follow these steps: 1. Navigate to the saved search creation page. 2. In the criteria tab, select the account for which you want to display the currency. 3. In the results tab, add a new line and select the field 'Currency' from the dropdown list. This will add a new column in your saved search results that displays the currency of the account. If you want to display the bank balance with the currency symbol, you can use a Formula (Text) field in the results tab. The formula would look something like this:
'$'||{amount}
. This will prepend the dollar symbol to the amount. If you have multiple currencies, you can use a CASE WHEN statement in your formula to pick the correct currency symbol.
Please note that the currency symbol will be a string and won't be included in any numeric calculations. If you need the total amount with the currency symbol, you might need to create a separate Formula (Text) field for that.
******
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
03/20/2025, 8:14 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856811643
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838804424
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.832695365
Celigo AI
03/20/2025, 8:14 PM