How do I turn off transactions from committing in Tax2CRM?
Overview
I would like my Tax2CRM integration to only do tax calls and not commit any documents.
Environment
Dynamics CRM
Resolution
- Navigate to "Tax2CRM Mappings"
- Click on "Invoice Entity Mapping"
- Chance Tax document type from "Sales invoice" to "Sales Order"
- Scroll down to the XML Mapping
- Locate <IsInvoice>true</IsInvoice)
- change it to <IsInvoice>false</IsInvoice>
- Save