Dynamics 365 Business Central 2023 Wave 2 release (version 23) and the new AL language version 12 introdocues a new data type called SecretText. This new data type can be used to protect secrets in AL code from being revealed through debugging.
SecretText data type will be usable as a:
The SecretText type encapsulates a Text type. If…
Continue Reading demiliani’s Article on their blog
Dynamics 365 Business Central: introducing the new SecretText data type.
Dynamics 365 Business Central 2023 Wave 2 release (version 23) and the new AL language version 12 introdocues a new data type called SecretText. This new data type can be used to protect secrets in AL code from being revealed through debugging. SecretText data type will be usable as a: Variable value Return value Parameter…
Blog Syndicated with demiliani’s Permission