Skip to content

Commit b69cf62

Browse files
committed
add limitations
1 parent 4b1b33a commit b69cf62

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/embedded/tutorials/metadata.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,22 @@ The following are the properties that SharePoint Embedded Metadata supports:
7474
| text | textColumn |
7575
| type | columnTypes |
7676

77+
> [!NOTE]
78+
> Please name columns according to the appropiate column naming convention
79+
80+
### Column Naming Conventions
81+
82+
Column Names must adhere to the following rules:
83+
- Cannot contain "!".
84+
- Cannot start with a digit, period, minus sign or question mark.
85+
- Cannot contain any space or any non-alphanumeric characters except "_" or "\".
86+
- Cannot look like either type of cell reference.
87+
- A1 mode cell reference with 1 to 3 characters followed by 1 to 5 digits (e.g. A3 F02563, ZZZ12).
88+
- R1C1 mode cell references that look like r, or c, or r[#], c[#] or r[#]c[#].
89+
- Cannot be any localized word for "true" or "false".
90+
- Cannot be specific names, including "Author", "Created", "Description", etc.
91+
92+
7793

7894
## Create a column in a fileStorageContainer
7995

0 commit comments

Comments
 (0)