Replies: 1 comment
|
FYI Maybe not the best idea at the moment judging by this post: I'm gonna close this idea |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Severity: Info
According to following new command mentioned in the release plan for 2025 wave 1:
https://learn.microsoft.com/en-us/dynamics365/release-plan/2025wave1/smb/dynamics365-business-central/convert-simple-type-values-text-using-new-totext-method
Business Value
Easily convert the value of simple types to text by using the new ToText method on the type. For example, use this method on a Date type.
Feature Details
The ToText method is now available for simple types such as BigInteger, Boolean, Byte, Date, DateTime, Decimal, Duration, Guid, Integer, Time, and Version. Use this method to easily convert these types to text.
For advanced formatting options, use the FORMAT method.
All reactions