getProperty('glide.servlet.uri')の返却値を変更するには

Nakayama
Tera Contributor

getProperty('glide.servlet.uri')の返却値を変更したいのですが、どこのテーブルレコードを変更したらよいのですか。

2件の返信2

Hitoshi Ozawa
Giga Sage
Giga Sage

デフォルトでは表示されませんがsys_propertiesテーブルにあります。テーブルに追加して設定することができます。

ただし、glide.servlet.uriはServiceNowの内部用のプロパティなので変更すると正しく動作しなくなる可能性があります。自分で変更するのではなくNOW Supportに連絡することが推奨されています。

ご参考までに、

Review the value of this property and set the value accordingly:

  1. In Scripts-Background, run this script:
    gs.info(gs.getProperty('glide.servlet.uri'));
  2. It should be: https://correct-instance-name.service-now.com/

  3. If it is not, please open up a Case with Support.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0536640

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

You cat change this property. Also changing this can have a lots of issues as it might be referred at a lot og places.

I suggest you raise a HI Ticket if you need to change this.

-Anurag

-Anurag