Hi all, is it possible for Custom GL to move one nexus to another?
For Example:
Sales Tax Code = Z-ABC then I'd like to move it to O-EFG
I checked the Customline object and it does not have setTaxItemId() but it can be pulled from StandardLine.getTaxItemId();
Wondering if anyone have any idea if it's possible or is there a different way to it.
Thanks!
m
Marc
03/15/2024, 3:55 PM
are you talking about the custom Gl plugin?
If yes
create lines with the accounting account linked to your tax code
but why do such an action? change a tax code?
b
bt
03/15/2024, 4:14 PM
Thanks, Mb. I am still not yet 100% sure about the client's use case. I just needed to know at the moment if it's possible. So the solution could still change once I fully understand their business process. Anyway, thanks again
m
Marc
03/15/2024, 4:21 PM
anyway the gl plugin allows you to do this use case it will just be enough to reverse the account of your first tax code and then impact the one you need. I'm used to working on gl plugins, don't hesitate if you need
b
bt
03/15/2024, 4:23 PM
Sounds good. Will definitely ask again as needed 🙂 Thanks a bunch!