From cd4b40cec5ca675734d81cfa3700218456e5fe46 Mon Sep 17 00:00:00 2001 From: Cristina Nicolas <109528656+cristinanicolas@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:56:02 +0200 Subject: [PATCH 1/2] Update diagnostic-al190.md Include the correct format for a Time datatype with an example. Following a similar text as the one found in diagnostic-al191 --- dev-itpro/developer/diagnostics/diagnostic-al190.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-itpro/developer/diagnostics/diagnostic-al190.md b/dev-itpro/developer/diagnostics/diagnostic-al190.md index 8b30da8631..f258e4105a 100644 --- a/dev-itpro/developer/diagnostics/diagnostic-al190.md +++ b/dev-itpro/developer/diagnostics/diagnostic-al190.md @@ -14,10 +14,10 @@ ms.reviewer: solsen [!INCLUDE[banner_preview](../includes/banner_preview.md)] -Constant value '{0}' is outside the range for a Time. +Constant value '{0}' is outside the range for a Time. The syntax for defining Time format is hhmmssT, where T is a mandatory letter. For example, 134530D, read as 13:45:30 or 1:45:30pm. [//]: # (IMPORTANT: END>DO_NOT_EDIT) ## See Also [Get Started with AL](../devenv-get-started.md) -[Developing Extensions](../devenv-dev-overview.md) \ No newline at end of file +[Developing Extensions](../devenv-dev-overview.md) From f24df3b276aca023d5b6a0f18b3f3374eb368ad3 Mon Sep 17 00:00:00 2001 From: Cristina Nicolas <109528656+cristinanicolas@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:48:07 +0200 Subject: [PATCH 2/2] Update dev-itpro/developer/diagnostics/diagnostic-al190.md Co-authored-by: Natalie Karolak <34504100+NKarolak@users.noreply.github.com> --- dev-itpro/developer/diagnostics/diagnostic-al190.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-itpro/developer/diagnostics/diagnostic-al190.md b/dev-itpro/developer/diagnostics/diagnostic-al190.md index f258e4105a..7b9fb1650a 100644 --- a/dev-itpro/developer/diagnostics/diagnostic-al190.md +++ b/dev-itpro/developer/diagnostics/diagnostic-al190.md @@ -14,7 +14,7 @@ ms.reviewer: solsen [!INCLUDE[banner_preview](../includes/banner_preview.md)] -Constant value '{0}' is outside the range for a Time. The syntax for defining Time format is hhmmssT, where T is a mandatory letter. For example, 134530D, read as 13:45:30 or 1:45:30pm. +Constant value '{0}' is outside the range for a Time. The syntax for defining Time format is `hhmmssT`, where `T` is a mandatory letter. For example, `134530T`, read as 13:45:30 or 1:45:30pm. [//]: # (IMPORTANT: END>DO_NOT_EDIT)