We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

In Assessment instance(asmt_assessment_instance) form, there is a drop-down field 'status'.And a related list 'Metric Result' which stores questions and answer(Yes/No).Need to update status if all the questions are answered as 'No''

In Assessment instance(asmt_assessment_instance) form, there is a drop-down field 'status'.And a related list 'Metric Result' which stores  questions and answer(as Yes/No).Need to update 'status' if all the questions are answered as 'No''. Tried belo...

dipam3 by Tera Contributor
  • 2962 Views
  • 3 replies
  • 0 helpfuls

Resolved! ArrayUtil throws error in scoped Application- Service portal

Hi All, Here is my server side script in widget to fetch records an remove duplicates. data.arr=[];var item=new GlideRecord('sc_req_item');item.addEncodedQuery('opened_byDYNAMIC90d1921e5f510100a9ad2572f2b477fe');item.query(); while(item.next()){data....

sana11 by Kilo Guru
  • 3971 Views
  • 7 replies
  • 6 helpfuls

Cname record for custom url

While i'm trying to create the custom url i'm getting the following error. What is cname record and how can i create that?

find_real_file.png
Harish59 by Kilo Contributor
  • 3073 Views
  • 1 replies
  • 0 helpfuls

Resolved! How do you get Template Management in the Standard Change Catalog?

I am missing the Template Management from my Standard Change Catalog for ITIL user to be able to propose a new one. It shows in the product documentation. I don't see it in my change catalog or under maintain items.   Product Documentation Reference ...

JY3 by Mega Contributor
  • 2390 Views
  • 3 replies
  • 0 helpfuls

Resolved! Increase size limit of attachment on Service Portal

How can I increase the size the limit of an attachment per file for a service request on service portal. I think it is allowing up to 24MB per file. No error or warning message is shown. I tried updating below things but no luck. Any thoughts?  Updat...

find_real_file.png find_real_file.png
S_53 by Kilo Guru
  • 2697 Views
  • 4 replies
  • 0 helpfuls

Attachment file rename

when i try to attach a attachment on incident form the attachment file name system has to check if it's vaild file name or not? Name convention –                 Original_file_name+_+USERID+_+YYYYMMDD.original file Extension  Example : ABCD_siva_2020...

busireddy by Tera Contributor
  • 2363 Views
  • 2 replies
  • 0 helpfuls

Resolved! Make Variables Field - Read Only in Catalog Task Default View

I have created a UI Policies to set Due Date and Variables as Read-only for the sc_task table. However, the Variables are not disabled in Default View. Here's one of the Catalog Tasks. As you can see, the Due Date is set as Read-only, however, the V...

find_real_file.png find_real_file.png
hanaphouse by Tera Guru
  • 3364 Views
  • 7 replies
  • 7 helpfuls

Resolved! Catalog Tasks not created in Catalog Item

Can you help me with this newbie problem? I think I did everything right but it doesn't work. Here's the simple workflow:   Here's the workflow of the request associated to the catalog item:   Here's the RITM ticket created. No Catalog Task.

find_real_file.png find_real_file.png find_real_file.png
hanaphouse by Tera Guru
  • 6431 Views
  • 12 replies
  • 7 helpfuls

Resolved! How to check clone history

Hi, In Dev instance when we were in NewYork  version we did cloning multiple times Prod to Dev. recently we upgraded Dev instance to Orlando. my requirement is here, how to find last cloning details when we were in newyork version.

find_real_file.png
Supriya25 by Tera Guru
  • 5060 Views
  • 10 replies
  • 6 helpfuls

Resolved! Publish Knowledge Articles on Import

Can someone provide insight on how to automatically publish Knowledge articles that are imported (via the Knowledge Import module) from a Word document. I have Publish workflow as "Knowledge - Instant Publish" for all of our Knowledge Bases. Thanks,A...

TStark by Kilo Sage
  • 2079 Views
  • 5 replies
  • 0 helpfuls

Service Portal - Change the text of the Leave Page alert "Leave Site: Changes you made may not be saved." Specifically when we have Cart Items before closing of window

Hello Everyone,Thanks in advance, Recently we got a requirement to Change the text of the close browser page alert to change Text. when we have cart items in it. I tried Customizing and Overriding "spSCNavStateManager" and changing the alert message ...