Skip to content

Commit a977bc4

Browse files
committed
Merge branch 'main' into 3013366
2 parents 63b1b5c + 7570a59 commit a977bc4

39 files changed

+1673
-443
lines changed

powerapps-docs/developer/data-platform/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
href: query-throttling.md
8585
- name: Query Hierarchical data
8686
href: query-hierarchical-data.md
87+
- name: Use file column data
88+
href: file-column-data.md
8789
- name: Audit data changes
8890
items:
8991
- name: Overview

powerapps-docs/developer/data-platform/behavior-format-date-time-attribute.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: "Behavior and format of the date and time column (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "The DateTimeAttributeMetadata class is used to define and manage columns of type DateTime in Microsoft Dataverse." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 06/15/2022
4+
ms.date: 11/03/2022
55
ms.reviewer: jdaly
6-
ms.topic: "article"
6+
ms.topic: article
77
author: NHelgren # GitHub ID
88
ms.subservice: dataverse-developer
99
ms.author: nhelgren # MSFT alias of Microsoft employees only
10-
manager: sunilg # MSFT alias of manager or PM counterpart
1110
search.audienceType:
1211
- developer
1312
search.app:
@@ -26,6 +25,9 @@ You can also use the customization area in Dataverse to define the behavior and
2625

2726
> [!NOTE]
2827
> All date and time columns in Dataverse support values as early as 1/1/1753 12:00 AM.
28+
>
29+
> If your Date Only or Date Time field is in a solution, you can only change the behavior of an existing managed field if you are the publisher. In order to make a change to these fields, an Upgrade must be made to the solution that added the Date Only or Date Time column. More information: [Upgrade or update a solution](../../maker/data-platform/update-solutions.md)
30+
2931

3032
<a name="SpecifyBehavior"></a>
3133

@@ -301,4 +303,4 @@ To resolve this, a user can either:
301303
[Blog: Does how you submit date and time data matter?](https://powerapps.microsoft.com/en-us/blog/does-how-you-submit-date-and-time-data-matter/)
302304

303305

304-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
306+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/data-platform/file-attributes.md

Lines changed: 157 additions & 235 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)