Share via


EFDocMsgFormat_XmlBase_BR.new Method [AX 2012]

Creates a new instance of EFDocMsgFormat_XmlBase_BR

Syntax

public void new([boolean _convertAccentedCharacters])

Run On

Called

Parameters

  • _convertAccentedCharacters
    Type: boolean
    Indicates whether accented characters should be converted to non-accented in the XML.

Remarks

The option to convert accented characters exists because some authorities have trouble handling these characters. It makes convertions like á, ä, or ã to a, ç to c, etc.

It hurts performance, thus is optional.

See Also

Reference

EFDocMsgFormat_XmlBase_BR Class