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

Forum Posts

Resolved! Best Practice for Managing Asset State \ CI Status

I have a question for all you process experts out there.   Before I begin, this isn't about what you could do, this is about what is the best thing to do from a process and tool perspective.   I always try to be guided by what ServiceNow provides out...

Resolved! To get attachment file name

Hi All,While copying the attachment from one record to another record using attachment.copy , How to get file name of the attachment. ThanksRa

Raji9 by Tera Expert
  • 2963 Views
  • 4 replies
  • 0 helpfuls

ORDER GUIDE SEQUENCING is not working as expected

Hello I've requirement of sequencing order guide with 3 offers (A, B, C).Requirement :IF last cat-item of offer A gets closed complete,  B should get open, C should be Closed skippedIF last cat-item of offer A gets closed skipped/closed incomplete,  ...

Akshay03 by Kilo Sage
  • 965 Views
  • 2 replies
  • 0 helpfuls

Resolved! "No readable comment field" on public record producer

I am currently assisting a client with having a public facing Record Producers on a custom table (u_hr_request) extending from the Task table.I've been able to get the producer visible and submittable to an external user however for the public user I...

Screenshot 2024-03-08 145044.png

Survey fields cannot be made read-only

I'm unable to make certain survey fields read-only when they are accessed, as I do not want the client to change certain metadata fields that are just meant to be informative. Is there are a way to make certain fields read-only on the surveys?

tgoulart by Tera Contributor
  • 1473 Views
  • 3 replies
  • 2 helpfuls

Resolved! How to create

Hello Friends, I have some for some testing purpose.How to do it /Please suggest

Asmita7 by Tera Expert
  • 1168 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to create copy

Hello friends,  How to do it. Please suggest. Thank you

Asmita7 by Tera Expert
  • 2290 Views
  • 3 replies
  • 2 helpfuls

CMDB CI Request approval

Hi all, I have a requirement in change , based upon the selection of CMDB CI group Request needs to go to Particular CI Approval group  How can i achieve this  Approver group is change_approver how can i sent request to the particular group 

MK21_0-1710059924425.png
MK21 by Tera Contributor
  • 1324 Views
  • 1 replies
  • 0 helpfuls

Resolved! Restrict duplicate entries

Hi all,i have a requirement when a record is updated in sc_item_variables_task table (MRVS) it is creating duplicates here is the script they used after insert business rule (function executeRule(current, previous /*null when async*/) { var qList = [...

shaik17_0-1709879244269.png
shaik17 by Tera Contributor
  • 1284 Views
  • 2 replies
  • 1 helpfuls

Resolved! creating RITM using inbound action and cart api

 Hi  Trying to create RITM using inbound action and below cart APItarget table: sc_req_itemcreateRequest();function createRequest() {var cartId = GlideGuid.generate(null);var cart = new Cart(cartId);//give sys_id of catalog itemvar item = cart.addIte...

RahulRajaSami_3-1669135032798.png RahulRajaSami_2-1669134901383.png RahulRajaSami_1-1669134874407.png

Best practice to move data from one instance to the next in ServiceNow

I recall a community post where a member said that it is best practice to move data from Production to Test; then to Dev but to move code from Dev to Test, to Production. I can't seem to find that post now. Can someone provide best practice to move d...

PN2 by Kilo Expert
  • 10059 Views
  • 6 replies
  • 4 helpfuls

Resolved! How to add Variable set users in Notification.

Hello All, We got a requirement from customer like when RITM gets updated or any comments added in the RITM then an email notification will be send to User/Group Watchlist members. For that I created a Variable Set, in that i have created 2 variables...

sattar3 by Tera Contributor
  • 1922 Views
  • 9 replies
  • 1 helpfuls

Getting the current user that is impersonating another user

Is there a way besides going to the System Logs mentioned in the below article to identify if the user who is viewing the form is being impersonated by another user? https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717055 So fo...