Skip to content

Commit d40b282

Browse files
authored
Merge branch 'main' into winona-screenshot-updates
2 parents 557fd30 + b6d3041 commit d40b282

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

powerapps-docs/developer/data-platform/transaction-currency-currency-entity.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: "Transaction Currency (currency) table (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn about transaction table, which is a multicurrency feature enabling users to perform financial transactions in multiple currencies. Multiple records in different transaction currencies can be aggregated, compared, or analyzed with regard to a single currency using the base currency." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 07/19/2021
5+
ms.date: 07/25/2024
66
ms.reviewer: "pehecke"
7-
87
ms.topic: "article"
98
author: "mayadumesh" # GitHub ID
109
ms.subservice: dataverse-developer
@@ -32,7 +31,7 @@ Dataverse is a multicurrency system, in which each record can be associated with
3231

3332
- Define product pricelists for each currency.
3433

35-
To use multiple currencies, the base currency must be defined for an organization during server installation and organization setup. After the base currency is set for an organization, it cannot be changed. This value is stored in the `Organization.BaseCurrencyID` attribute.
34+
To use multiple currencies, the base currency must be defined for an organization during server installation and organization setup. This value is stored in the `Organization.BaseCurrencyID` attribute.
3635

3736
Transaction currencies are defined as a part of the system settings. An unlimited number of transaction currencies can be defined. Transaction currencies are related to the base currency with the definition of a currency exchange rate.
3837

powerapps-docs/maker/data-platform/types-of-fields.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Column data types in Microsoft Dataverse | MicrosoftDocs"
33
description: "Understand the different column data types available for your app"
4-
ms.date: 01/17/2024
4+
ms.date: 07/26/2024
55
ms.topic: article
66
author: "Mattp123"
77
ms.subservice: dataverse-maker
@@ -127,7 +127,7 @@ Use floating point numbers when you store data that represents fractions or valu
127127
Big Integers (or BigInt) are large numbers with a max value of 9,223,372,036,854,775,807. It's used to store very large numbers that exceed the capabilities of Whole Number and Decimal. Some uses for this include storage of time stamp values and as unique IDs, as well as numbers larger than 100 billion.
128128

129129
> [!NOTE]
130-
> BigInt is currently only available for use through API. This includes column creation, data creation, and data management.
130+
> BigInt is currently only available for use through API. This includes data creation and data management.
131131
132132
## Using currency columns
133133

0 commit comments

Comments
 (0)