Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

CSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Create case from Record producer ?

I created a RP Producer and i want to create a case via my record producer and fetch some value.   here's my code , please help me regarding this. on Producer Script : I invoked script include in the producer script.   var gcp=new global.GC_INT_UTILS...

BlackCoder16 by Tera Contributor
  • 1518 Views
  • 1 replies
  • 0 helpfuls

Resolved! Clone Instance

Hi Community, we want to clone source instance (example.servicenow.com). Now if i give target instance as example1.servicenow.com will it create a new instance in this name ? and will it be a clone of source instance ? or  Can we only give already cr...

Sai Pavan1 by Tera Contributor
  • 2472 Views
  • 4 replies
  • 3 helpfuls

Resolved! Grant roles to contact

I am trying to create an account and a contact in CSM.I have admin role.I have created a "New Account" as an account.I have created a "New Contact" as a contact.I want to give sn_customerservice.customer_admin to "New Contact".I clicked on the Assign...

Koji Yanase by Tera Contributor
  • 1307 Views
  • 1 replies
  • 2 helpfuls

Resolved! Configurable Agent Workspace Links Not Working

Hi everyone, Can anyone please advise me on how to make this one work? I've got this list view of cases in agent workspace and when I click on the case number, it shows "Record not found". I've configured an event (simple list) for this but it's stil...

find_real_file.png find_real_file.png find_real_file.png
Gio by Tera Contributor
  • 1404 Views
  • 2 replies
  • 1 helpfuls

Reduce amount of padding / space on widget

We have a widget that is calling a table which displays the results , however, the titles are very far apart: We'd like it to look more like another widget we have: As you can see here, the space between each line is much closer together.  I've adju...

find_real_file.png find_real_file.png

How to call variables and event parameters on script action

Hi, I am trying to call a variables and event parms on script action to create a service_request. After processing the file I am getting undefined values on RITM. I've mentioned below code and results for the reference. Please give me the resolution ...

find_real_file.png find_real_file.png find_real_file.png

ログインしているユーザー情報を自動出力したい

こんにちは。 Service Portalでcaseテーブルを拡張したテーブルを参照したRecord Producerを作成しました。 「タイプ=一行テキスト」のフィールドに、ログインしているユーザーのアカウント(customer_account)の値を文字列で自動出力したいです。 具体的に、どのようなスクリプトを書けば良いでしょうか? 以下、試みましたが正常に値を取得できません。 javascript:gs.getUser().getCompanyRecord().name 似たような相談をさ...