7
Document routing does not support special characters, such as 'ÆØÅ'.
When a label, which includes special characters, is creates in document routing, such as ÆØÅ, then text is printed as question marks (???).Eg. Spørge Jørgen becomes Sp?rge J?rgen. 

Wee need the document routing framework to support special characters.

When investigating this we found that D365FO on the Azure side write the package using ASCII:classWhsDocumentRouting…publicstatic void printLabelToPrinter(Name _printerName, str _label)…documentContract.Contents =SerializationHelper::ConvertStringToByteArray(_label, System.Text.Encoding::ASCII); and the unpacking in the document routing agent is the reverse: (from disassembly)string text = SerializationHelper.ConvertByteArrayToString(documentContract.Contents,
Encoding.ASCII)
STATUS DETAILS
Completed
Ideas Administrator

Thank you for the feedback. This feature is available with 10.0.10.

Comments

K

It is announced for 10.0.10 on Yammer.

Category: Warehouse Management