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

Forum Posts

Resolved! Is access to window.location in client script restricted?

hi all, is the access to 'window.location' restricted in client scripts? my use use is to get the paramters from the URL and then process the information. I get below error when i try to use the 'window.location' object in the code. what is the worka...

find_real_file.png

how to know by which team SLA got breached.

Dear Developers, I want to know by which team , the SLA got breached.   I want to report when the sla got breached and by which team.  e.g. Incident is assigned to Group A, ticket got breached here . Then it is assigned to Group B. the ticket will re...

glideupdatesetworker class

hi,how can i get the method names present in this package.is there a way in servicenow to view a package ?even via background scripts ?

abhay9095 by Kilo Contributor
  • 1954 Views
  • 2 replies
  • 1 helpfuls

how to copy a scope application to another instance

There are two instances: instance A and instance B. Now, I want to copy a scope application in instance A to instance B and the scope application is still exist in  instance A . is it possible? Please, any help/advice would be really helpful. Thanks ...

zhihong by Tera Contributor
  • 2196 Views
  • 4 replies
  • 0 helpfuls

Resolved! how to change APPROVAL email body

I am using workflow to generate approvals. and the oob email notification is sent (Approval Request) I need to customize this oob approval email notification for my custom table (contain custom table fields and verbiage ...) Does someone know how to ...

ggg by Giga Guru
  • 6416 Views
  • 6 replies
  • 0 helpfuls

Resolved! Calculate the dates difference in days in Scoped Application

Hi All,   we have a requirement to calculate the difference between two dates in days in scoped application. I am trying to the difference in days in totalMs  but it is not giving proper value . Please help in the correcting the code var DateValidati...

Swathi P by Tera Guru
  • 4928 Views
  • 2 replies
  • 7 helpfuls

Resolved! Add a star icon on list view on incident number

Hello experts, i need to add a star icon next to number field of incident on list view.On change client script needs to be used. g_form.addDecoration('number', 'icon-star', 'mark as favorite','color-red'); needs to be put into script??} Any ideas??  ...