Using SuiteTax. How can I pull the Gross amount (t...
# ask-stanley-ai
j
Using SuiteTax. How can I pull the Gross amount (total + tax) for an invoice line in a saved search?
c
AI generated answer (using internal Slack threads):
To pull the Gross amount (total + tax) for an invoice line in a saved search when using SuiteTax, you can create a formula field in your saved search. Here's how you can do it: 1. Go to your saved search and click on the 'Results' tab. 2. Click on 'New Field' and select 'Formula (Numeric)' as the type. 3. In the formula field, you can use the following formula:
{amount} + {taxtotal}
. This formula adds the line amount to the tax total to get the gross amount. 4. Name the field as 'Gross Amount' or something similar. 5. Save the changes. This will add a new column to your saved search results that shows the gross amount for each invoice line. ****** 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.850769043
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848327696
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.840759337
Please provide your feedback on this answer.