Skip to content

Commit e0bdeab

Browse files
Merge pull request SharePoint#5944 from annajhaveri/patch-5
Corrected spelling
2 parents c0bd59c + 5880765 commit e0bdeab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/list-form-conditional-show-hide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Show or hide columns in a list form
33
description: Customize which columns to show or hide using a conditional formula in the list form by constructing a simple formula that are equations performing conditional checks on values in a SharePoint list or library.
4-
ms.date: 04/30/2020
4+
ms.date: 06/25/2020
55
localization_priority: Priority
66
---
77

@@ -57,7 +57,7 @@ For example, the following formula checks if the value for the *Category* column
5757

5858
Returning _true_ results in hiding the column in the form while returning _false_ does not.
5959

60-
The column is represented by specifying the **internal name** of the field surrounded by square brackets and preceeded by a dollar sign: [$InternalName]. For example, to get the value of a field with an internal name of "ProductName", use [$ProductName].
60+
The column is represented by specifying the **internal name** of the field surrounded by square brackets and preceded by a dollar sign: [$InternalName]. For example, to get the value of a field with an internal name of "ProductName", use [$ProductName].
6161

6262
#### Supported column types in conditional show or hide
6363

0 commit comments

Comments
 (0)