Newbies Christi Palme Posted January 25, 2018 Newbies Posted January 25, 2018 I'm working on getting QuickBooks' Item Sales Tax groups to pull into filemaker along with it's child records of which itemSalesTaxes belong to the group but I'm so far not having any luck getting my script to work. In addition, I'm wondering if anyone knows the quickbooks rules regarding assigning the sales tax rate to and invoice - the attribute is named as if it's looking for an itemsalestax name or list id rather than a group name or list id and so far, my attempts to just send it a group name in the place of an item tax name has not worked. Has anyone done this who could send a sample script? best regards, Christi
Geoffrey Gerhard Posted January 25, 2018 Posted January 25, 2018 ItemSalesTaxRef is the right attribute to identify either the ItemSalesTax or the ItemSalesTaxGroup you want to apply to all taxable LineItems on the Invoice. The documentation says that you cannot use a SalesTaxGroup as the ItemRef of a LineItem, although I'm not sure if that's still accurate. Perhaps sharing the code you're using would clarify where you're going wrong.... Hope this helps! Geoffrey Gerhard Creative Solutions Incorporated 14000 Creekside Drive Matthews, NC 28105 704) 814-6852
Newbies Christi Palme Posted January 25, 2018 Author Newbies Posted January 25, 2018 Thanks Geoffrey. I finally did get the push invoice script to work with sending the tax group name with the invoice. Now I just have go get the tax groups and their items to pull. I got it to do the first, but it's not iterating my loop yet. I'll post as a different question if I don't get that one working soon.
Recommended Posts
This topic is 2763 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now