Feb 28, 2014 #1 Rundown IS-IT--Management Feb 28, 2014 1 US Looking for the system variable for tax exempt active. I have tried @Txex_active and receive error "unknown system variable" Thank you
Looking for the system variable for tax exempt active. I have tried @Txex_active and receive error "unknown system variable" Thank you
Mar 3, 2014 #2 DJensen999 MIS Jan 27, 2014 145 The only things I can see in my (ancient) reference manual are: @NUMTAX : Number of Active Tax Rates (1-8) @TAX : Totals posted to each Active Tax Rate (1-8) @TAXRATE : Active Tax Rate Definition (1-8) Maybe loop through @TAXRATE to find a 0 and them inquire that part of the array in @TAX to see if it's greater than 0? Upvote 0 Downvote
The only things I can see in my (ancient) reference manual are: @NUMTAX : Number of Active Tax Rates (1-8) @TAX : Totals posted to each Active Tax Rate (1-8) @TAXRATE : Active Tax Rate Definition (1-8) Maybe loop through @TAXRATE to find a 0 and them inquire that part of the array in @TAX to see if it's greater than 0?