5

We often use SecretText type to securely store sensitive data like passwords and tokens in Business Central, which is a great security feature.

But now when we are building XML requests with XmlElement.Add() we cannot pass SecretText values directly.


Please add SecretText support to XML methods, similar to how it's already implemented for JSON.


XmlElement.Add(SecretText)

Some others XML serialization methods that currently only accept Text


Thank you!

Category: Development
STATUS DETAILS
New