ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! LDAP import is not updating group membership

I create an LDAP import and a transform map for LDAP groups. I have included the following scripts in the transform mapOnStart: gs.include("LDAPUtils"); var ldapUtils = new LDAPUtils(); ldapUtils.setLog(log);OnAfter: ldapUtils.addMembers(source, targ...

Mark251 by Mega Guru
  • 2214 Views
  • 2 replies
  • 0 helpfuls

Getting 404 Error in Production Instance.

Hi , Using REST API's we have intergrated ServiceNow to 3rd party. From ServiceNow to 3rd party the folders are getting created once request is submitted. It was successful but it stopped working in production environment and throwing 404 error in th...

sapnapraveen by Tera Contributor
  • 5834 Views
  • 4 replies
  • 0 helpfuls

Auto populate info on catalog item form

Hi, I am a newbie to catalog item form configuration and the below areas holding me to complete the form.  1. Variable set - Reporting User Email/(would like to auto populate based on reporting user name from user table) - I have given the default va...

Resolved! Approval Record - Display Value

Hi, smart folks.  The Approval table, sysapproval_approver, has as it's only Display column, a document_id type field. The document_id field references another table, sc_req_item. But this has the effect of making the Approval records LOOK LIKE Reque...

find_real_file.png find_real_file.png

Resolved! Agent workspace client script

Hi Expert , Please check the following UI Action. We know that we can write client side + Server side code in same UI action with the help of gsftSubmit() function. I want to do same for "Workspace client script" as well . so when i click button from...

find_real_file.png
BT10 by Tera Expert
  • 8733 Views
  • 2 replies
  • 8 helpfuls

Glide Query Data Source UI Builder

Hi How to add fields on Glide Record Query Data Source in UI Builder Sandiego...?working fine in Rome release... unable to do it becoz if i click on data binding icon of table its acting on other fields as well below it..in previous release it used t...

find_real_file.png
RK RK by Kilo Contributor
  • 2834 Views
  • 4 replies
  • 1 helpfuls

About displaying data by 「.list」

ServiceNowアプリケーションナビゲーターからXXXX.listを実行して、テーブル内のデータのリストを表示します。 この.listコマンドを制御して、特定のユーザーが使用できないようにすることはできますか? .list以外のテーブル(モジュールなど)を参照できるようにしたいと考えていますが、ACLまたはその他の方法でターゲットテーブルへの参照権限を削除することで、問題のテーブルへの参照を効果的に無効にできます。 これを達成する方法はありますか?