Hi,
Currently in the Avalata Tax Provider, the CustomerCode is set bases on the AccessUserID
taxRequest.CustomerCode = order.CustomerAccessUserID.ToString();
We have a request from a customer (with ERP integration) where he would like to see the ExternalID for easier tax reconciliation purposes, as the ERP has no knowledge of what DW's ID is.
The request would be to have the CustomerCode a bit more flexible and configurable
- Have a new parameter to take something like
- ExternalID
- UserID if ExternalID is empty
- CustomerNumber if ExternalID is empty
Best Regards,
Nuno Aguiar