Skip to content

Commit

Permalink
updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dereklh77 committed Apr 1, 2024
1 parent ef07f0f commit 4a95fb8
Show file tree
Hide file tree
Showing 44 changed files with 176 additions and 131 deletions.
7 changes: 4 additions & 3 deletions articles/fin-ops-core/dev-itpro/dev-ref/api-reference.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: API, class, and table resources
description: This article describes where to find API documentation in Visual Studio and Microsoft Learn.
description: Learn about where to find API documentation in Visual Studio and Microsoft Learn, including application and system classes and tables.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 07/23/2019
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Application Explorer properties
description: This article describes the properties that appear in the Properties window of Microsoft Visual Studio for items in Application Explorer.
description: Learn about the properties that appear in the Properties window of Microsoft Visual Studio for items in Application Explorer.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 11/03/2017
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Mitigate a SQL injection attack
description: This article explains how to mitigate SQL injection attacks in X++.
description: Learn how to mitigate SQL injection attacks in X++, including code examples of a scenario with an issue and solution.
author: pvillads
ms.author: pvillads
ms.topic: article
ms.date: 02/21/2023
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: pvillads
ms.search.validFrom: 2020-12-01
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: SQL connection error X++ exception
description: This article describes the SQL connection error exception types in X++.
description: Learn about the SQL connection error exception types in X++, including an overview of the TransientSqlConnectionError exception.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 09/27/2018
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2018-10-01
ms.dyn365.ops.version: Plaform update 21
---
Expand All @@ -18,6 +19,7 @@ ms.dyn365.ops.version: Plaform update 21
This article describes the SQL connection error exception types in X++.

## TransientSqlConnectionError X++ exception

During an X++ SQL query execution, when a transient SQL connection error occurs on the server side, a TransientSqlConnectionError X++ exception will occur. Depending on the application requirements, the application should catch and handle the exception.

This exception usually occurs during a large transaction or when the database is under a lot of processing pressure.
Expand Down
7 changes: 4 additions & 3 deletions articles/fin-ops-core/dev-itpro/dev-ref/sysda.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Access data by using the SysDa classes
description: This article explains how to create extensible queries and data access statements by using the SysDa application programming interface (API).
description: Learn how to create extensible queries and data access statements by using the SysDa application programming interface (API).
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 08/20/2021
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2019-01-01
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
7 changes: 4 additions & 3 deletions articles/fin-ops-core/dev-itpro/dev-ref/system-tables.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: System tables
description: This article describes the system tables.
description: Learn about various System classes with tables that outline descriptions for methods to be implemented in X++ code.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 11/06/2017
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ attribute classes
description: This article describes the use of attributes in X++.
description: Learn about the X++ attribute classes, including overviews and examples on creating an attribute class and metadata reflections.
author: pvillads
ms.author: pvillads
ms.topic: article
ms.date: 08/27/2021
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: pvillads
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ business runtime functions
description: This article describes the business run-time functions.
description: Learn about X++ business runtime functions, including syntax, parameters, return values, and examples for various formulas.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 06/20/2017
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Classes and methods
description: This article describes how to create and use classes in X++.
description: Learn how to create and use classes and methods in X++, including overviews on how to declare classes and create instances of objects.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 08/27/2021
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ compile-time functions
description: This article lists the compile-time functions and describes their syntax, parameters, and return values.
description: Learn about and access compile-time functions and describes their syntax, parameters, and return values. via an overview.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 11/03/2017
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
7 changes: 4 additions & 3 deletions articles/fin-ops-core/dev-itpro/dev-ref/xpp-conditional.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ conditional statements
description: This article describes conditional statements in X++.
description: Learn about conditional statements in X++, including outlines and examples of if, if..else, and switch statements.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 06/17/2019
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ container runtime functions
description: This article describes the container run-time functions.
description: Learn about the container run-time functions, including a syntax string, a table outlining descriptions for various parameters, and additional values.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 06/20/2017
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ conversion runtime functions
description: This article describes the conversion run-time functions.
description: Learn about the conversion run-time functions, including parameters, return values, remarks, and examples for various functions.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 06/26/2018
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
7 changes: 4 additions & 3 deletions articles/fin-ops-core/dev-itpro/dev-ref/xpp-cs-comparison.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ and C# comparison
description: This article compares X++ and C# syntax and programming.
description: X++ and C# syntax and programming are compared between each other, with a highlight on similarities and differences between the syntaxes.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 04/10/2020
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ collection classes
description: This article describes collection classes in X++.
description: Learn about collection classes in X++, which are used to store objects to let you create arrays, lists, sets, maps, and structures.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 09/01/2021
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
9 changes: 5 additions & 4 deletions articles/fin-ops-core/dev-itpro/dev-ref/xpp-data-composite.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ composite data types
description: This article describes composite data types in X++.
description: Learn about composite data types in X++, which include arrays, containers, classes, delegates, and tables as data types.
author: josaw1
ms.date: 08/27/2021
audience: Developer
ms.reviewer: josaw
ms.search.region: Global
ms.author: josaw
ms.topic: article
ms.date: 08/27/2021
ms.reviewer: josaw
audience: Developer
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
7 changes: 4 additions & 3 deletions articles/fin-ops-core/dev-itpro/dev-ref/xpp-data-edt.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ extended data types
description: This article describes extended data types in X++.
description: Learn about extended data types in X++, which are user-defined types based on primitive data types and the container composite type.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 06/17/2019
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
7 changes: 4 additions & 3 deletions articles/fin-ops-core/dev-itpro/dev-ref/xpp-data-primitive.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ Primitive data types
description: This article describes primitive data types in X++.
description: Learn about primitive data types in X++, which includes anytype, boolean, date, enum, guid, int, int64, real, str. timeOfDay, and utcdatetime.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 08/27/2021
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ title: Write select statements as expressions
description: Learn how you can use a select statement as an expression including X++ expressions and examples for select statements on fields.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 06/16/2020
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Select statement
description: This article describes the select statement in the X++ language.
description: Learn about select statements in the X++ language, including examples for select, insert, update, and delete statements, including a syntax table.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 08/27/2021
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Select data
description: This article describes select statements in the X++ language.
description: Learn about how select statements fetch or manipulate data from databases with examples in the X++ language for the AccountNum column.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 08/27/2021
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: X++ transactional integrity
description: This article describes transactional integrity in the X++ language.
description: Learn about transactional integrity in the X++ language, including examples of code that ar rejected by the forUpdate and ttsBegin checks.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 06/16/2020
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Update data
description: This article describes the update and doUpdate methods in the X++ language.
description: Learn about the update and doUpdate methods in the X++ language, including an outline and examples of the update_recordset statement.
author: josaw1
ms.author: josaw
ms.topic: article
ms.date: 06/16/2020
audience: Developer
ms.reviewer: josaw
audience: Developer
ms.search.region: Global
ms.author: josaw
ms.search.validFrom: 2016-02-28
ms.dyn365.ops.version: AX 7.0.0
---
Expand Down
Loading

0 comments on commit 4a95fb8

Please sign in to comment.