Team Is there a way to retrieve the value of the ...
# general
y
Team Is there a way to retrieve the value of the "TAX RATE" field for each line item on a sales order using a saved search, please ?
a
Hi @Yougodan Plays Have you tried a formula field and pulling the {salesorder.taxrate} value?
y
NO can you help me on this one please ?
a
If you choose the field "Formula (Currency)" and in the "Formula" field of that line enter {salesorder.taxrate}. What do you get?
y
i get ERROR: Field Not Found
a
y
im geting the ssme error
a
I'm not that good with those as well. Maybe @Edgar Valdes can help
🙏 1
c
You want the tax item on the line
y
no i want the tax rate
e
In Saved Searches, you have the COGS line and TAX line as independent lines. So @C_Billings is right, the value you are looking for is the
rate
or
fxrate
in a
Tax Line : True
And without
Tax Line : True
filter, it shows as follows
c
So the real question is are you using legacy tax and if so are you using out of the box or an integration. If legacy and out of box you can derive the rate from the tax amount vs the line item amount but generally you use the tax item (then the join for rate). I'm literally an SME here. Thats how its done
l
Have you tried tax item... fields and then rate?