Leonardo Pereira
03/12/2025, 11:18 AMCeligo AI
03/12/2025, 11:18 AMAI generated answer (using internal Slack threads):Based on the conversations, it seems that the fields "totvar" and "variance" related to "FxReval" type are not directly mentioned. However, you can find the fields in NetSuite by using the Records Catalog. You can navigate to it via SETUP > Records Catalog. This will give you an overview of what fields are available on the table. Additionally, you can use SuiteQL to query the database and find the fields. Here is a sample query that you can modify to suit your needs:
SELECT * FROM item WHERE ROWNUM < 3
Please replace 'item' with the appropriate table name for your case. This query will give you an idea of what fields are available on the table.
******
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/12/2025, 11:18 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.807625115
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.795109
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.790389538
Celigo AI
03/12/2025, 11:18 AM