What happened to the wiki?
Hi, I keep seeing links around for a service now wiki, for example http://wiki.servicenow.com/index.php?title=Web_Services_C_Sharp_.NET_End_to_End_Tutorial Was the wiki archived or moved somwhere?
We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more
Hi, I keep seeing links around for a service now wiki, for example http://wiki.servicenow.com/index.php?title=Web_Services_C_Sharp_.NET_End_to_End_Tutorial Was the wiki archived or moved somwhere?
ServiceNow Community - This is going to be on my top of the New Year Resolution List - The ServiceNow Hands-On Year 2024 朗This time number of people will not matter because at least I will be there to make my hands dirty daily on my ServiceNow PDI. ...
Hi. Where can I translate the message "Your expected wait time is about 1 minute"? I have added entries to the Messages but its still not translating:
Hi,I am trying to make a field mandatory using a client side function and setting another field to current date in server side function in a UI Action named review complete. When I click on the UI action link, the client side script is working and ma...
HI, Could you please tell me the replacement of "document.URL.parseQuery()" from the following script?
Need to Display VIP in RED color in email subject, I have written the below email script but VIP is not showing in RED . var subject; if (current.reported_for.vip) { subject = '<span style="color:red;">VIP</span>'; } else { subject = ""; }...
var result = new GlideRecord('sc_req_item'); result.addQuery('sys_id', current.sysapproval); result.query(); if (result.next()) { var variables = result.variables.getElements(); for (var i = 0; i < variables.length; i++) { ...
We have a catalog item that is a request to update a CI. One of the requirements for the catalog item is to display the current values of the CI and it's relationships for two specific classes of CIs (servers and applications only). Displaying the ...
I've created a new text field on my Account table called 'Account Friendly Name'. The default for this new field on all new Accounts created moving forward will be the actual value of the 'Account Name'. For all current Accounts, I need to update the...
Hi Team I am trying to configure SnoW in such a way that SLA only starts when a technician/engineer is assigned to the case.The current setup is that SLA clocks start the moment a case is raised.Can I confine it in such a way that the SLAs only start...
How to make a incident form read only for specified group by using ACL
Hi There,I have one Requirement on Email Notification, When the New Request is created at that time Requestor will receive one Out of the box Email, that is Request is opened on Your Behalf, But Now in my case, for Termination Order Guide I need t...
Hi All,I need to set up a workflow for an assessment in application portfolio management. Here is the scenario, as soon as assessment is submitted in APM, a workflow needs to be started so that assessment result will be reviewed by an architect. Can...
Hi, I need to reconfigure SOW List view Incident to not show incidents with channel "alarm / notification". Not sure how to do this. Any suggestions?
Hi everyone,Is it possible to remove Related Links from a view? I understand you can from a form but is there an easy option to remove it from just one view? Is it possible to simply change this under the view created under related list.Change vie...

