Where can I find the fields "totvar" and "variance...
# ask-stanley-ai
l
Where can I find the fields "totvar" and "variance", related to "FxReval" type. I need to find the table where they are referenced in order to create a SuiteQL query
c
AI 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:
Copy code
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. ******
Slack 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
Please provide your feedback on this answer.