3

When enabling the fiscalization module in Dynamics 365 Commerce, a Connector Technical Profile must be configured in HQ. Selecting Local as the Connector Type and setting the Connector Location to Local causes the sequential number to fail due to a limitation in Pos.Core.js. The standard code only checks for Internal connectors and omits Local, breaking number sequencing required for legal compliance in some countries.


To work around this, we extended applicationStartTrigger to include Local in the connector type check. However, this logic should be part of the standard code.


We request an update to Pos.Core.js to support both Internal and Local connector types, ensuring correct sequential numbering and compliance.

STATUS DETAILS
New