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

Forum Posts

ケースからスクリプトでコピーしてウィッシュリストを作成した場合に添付ファイルもドラフト画面に表示させたい。

いつもお世話になっております。ケースからスクリプトでコピーしてウィッシュリストを作成した場合に添付ファイルもドラフト画面に表示させたい。CSMポータルで過去のケースからスクリプトでコピーしてドラフトを作成しましたが、添付ファイルがコピーしても画面に表示できません。 添付ファイルをコピーしてドラフト画面に表示させる方法を知っている方がいればよろしくお願いします。 

URGENT!! View not getting reflected on Portal

Hello! I am trying to add a field called 'Category' to the csm portal - Cases list. I checked the native UI and found 'csp' view to be same as what i see on the portal list view. However, after adding the field on the 'csp' view it is not being refle...

Adishar3_0-1722317126983.png Adishar3_1-1722317166489.png
Adishar3 by Tera Contributor
  • 684 Views
  • 1 replies
  • 0 helpfuls

How to make a Glide Ajax call in Workspace Client Script ?

function onClick(g_form) {    g_modal.confirm("Confirm", "Are you sure ?", function(response) {        doSubmit();    }, {        cancelTitle: "Cancel",        confirmTitle: 'Confirm'    });    function doSubmit() {        console.log("doSubmit");  <...

KelvinY2025 by Tera Contributor
  • 1874 Views
  • 8 replies
  • 3 helpfuls

Resolved! Custom case tasks

Hi all, I am trying to determine my options for the scenario below. ScenarioWe have a new case type extended from sn_customerservice_case. Within this case type we have the need to retrieve additional information from other parties when required etc....

Kit G by Giga Guru
  • 2308 Views
  • 2 replies
  • 0 helpfuls

Secure Audits & DSAR

Hi Folks, I’m interested to know how secured audits and DSAR have been implemented in servicenow with respect to Customer Service & Support?Is there a business case or guide available for this? Thanks in advance

Hide/remove option

Hello! I have a variable set called "data_options" that has variable called "choice" which contains 7 choices. The variable set used by 3 service catalog item (A,B,C). We need to hide one of the options from the choice variable for catalog item "A". ...

sparkles_0-1744752798867.png
sparkles by Tera Contributor
  • 2247 Views
  • 9 replies
  • 0 helpfuls

Why SOW can't open List detail ?

1.  user List template to make list page, but it is can't open detail page This thing is always this won't work, that won't work. If it doesn't work, don't just blabber on

KelvinY2025_1-1763432288712.png KelvinY2025_0-1763432274131.png
KelvinY2025 by Tera Contributor
  • 784 Views
  • 4 replies
  • 2 helpfuls

survey

how can we populate the survery question dynamically from and existing table field, like i have two question Name and Number and other question in the survey and now i want to populate that question with the number field in a table,  and name field, ...