テーブルに列を追加すると「列ラベル」が空欄で登録される(XMLで表示すると値は入っている)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 09:55 PM
①テーブルに列を追加すると「列ラベル」が空欄で登録される(XMLで表示すると値は入っている)
②Columns最大制限を拡張したいです。
拡張方法を教えていただきたいです。
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 10:21 PM
this should not happen
the column Label should not be empty
Did you try creating the column again and save the Table form record after giving the column in Embedded list?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 10:40 PM
ServiceNow Version is Yokomaha.
I am create the column again and save it , the error is happend.
but the column is created and column Label is empty.
errormessage is "tables can have at most 1600 columns"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 11:01 PM
I believe the error message clearly says you cannot create more columns on that table as you reached the limit 1600
It's allowing you to create column but label is empty and throwing the error
Raise a case with ServiceNow for this.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 11:17 PM
can i modify the system property and let tables can have more than 1600 columns?