TAX Detail NODE
I want to add a NODE under the COMPANY GROUP for TAX DETAILS. I only need to import TAX DETAIL information . I do not need to create TAX SCHEDULES.
First, I am uncertain of the sp that I should use if this can be done.
taCreateLocalTax or taCreateLocalTaxDetail or something else.
Second, if does not seem a normal function of smartconnect but rather information it pulls from. What other information would I need to programm/provide.
Regards,
First, I am uncertain of the sp that I should use if this can be done.
taCreateLocalTax or taCreateLocalTaxDetail or something else.
Second, if does not seem a normal function of smartconnect but rather information it pulls from. What other information would I need to programm/provide.
Regards,
Answers
Best Answer
UrLeanne,
The taCreateLocalTax and taCreateLocalTaxDetail are for creating Payroll Local taxes and not company tax details.
You would need to create a stored procedure to create Tax Details and add that procedure as a node in smart connect. You can use our product called Node Builder to generate the correct node or follow Microsoft's guidelines on creating eConnect nodes.
Lorren
The taCreateLocalTax and taCreateLocalTaxDetail are for creating Payroll Local taxes and not company tax details.
You would need to create a stored procedure to create Tax Details and add that procedure as a node in smart connect. You can use our product called Node Builder to generate the correct node or follow Microsoft's guidelines on creating eConnect nodes.
Lorren