カラムの自動拡張について

Kanami Murata
Tera Contributor

KB1587153 ←こちらに

=======================================

Now Platform では、最大長は強制されません。

ServiceNow のフィールドは、sys_dictionary max_length 値より長い文字列入力を受け付けます。

=======================================
と記載がありますが、文字列フィールドの max_length 値がvarcharの場合でも同じ仕様だと思っているのですが、

画面からの入力や、RESTインタフェースでの更新でmax_length 値より長い文字列を受け付けません。。

特に更新時にスクリプト等で制限をつけてはいないのですが、原因お分かりになる方はいらっしゃいますでしょうか。

1 ACCEPTED SOLUTION

@Kanami Murata 

if you want to accept more than 100 then use 255 as length in dictionary

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

@Kanami Murata 

if you want to accept more than 100 then use 255 as length in dictionary

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader