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

Forum Posts

Resolved! Show XML List view - Individual Record in List

For some reason the current built in functionality doesn't allow you show the XML of an item through a list view.It only give the option via the form view. Its also worth mentioning that the built in 'Show XML' button isn't a UI actionCURRENT:Show XM...

find_real_file.png find_real_file.png find_real_file.png
restevao by Giga Expert
  • 3562 Views
  • 1 replies
  • 0 helpfuls

Resolved! Is it possible to define a temporary varible on the form?

Hi Team,I am looking for defining a calculated field on the form, not displaying a field from the base table. An example would be calculating the contract during in months. Contract starts and ends dates are in the contract table. Calculated duration...

gee by Tera Guru
  • 2342 Views
  • 3 replies
  • 2 helpfuls

Change the default "Viewable by" behaviour of Tags/Labels

Hello,How can I change the default "Viewable by" behaviour of the Tags from "me"(personal)   to everyone or   "group and users"? I guess I would have to add a Business rule/UI Policy but not sure how to begin with. Help will be appreciated.Thanks,Usm...

usmans by Mega Contributor
  • 2794 Views
  • 4 replies
  • 0 helpfuls

Resolved! how do I add the save action as a form button?

Hello there,I am new to the Service Now world and had taken an online class in Service Now System Administration a couple weeks ago. One cool item that impressed me was when the instructor showed us how to add the record Save action as a button on th...

vince591 by Mega Contributor
  • 5210 Views
  • 5 replies
  • 1 helpfuls

WSDL-Hello, All. Does anyone out there know the correct method one would take with integrating Deltek Costpoint with Servicenow? Need some guidance as this one is new. Thanks.

I've been tasked with creating a WSDL between ServiceNow and Costpoint. The data is being collected on MySQL. I need to get the data into SNOW to be reported on. Any ideas of where I would began with this task? This is a new area for me. Thanks for y...

only1dallas by Kilo Contributor
  • 2602 Views
  • 2 replies
  • 1 helpfuls

Resolved! Script used to delete some specific users from snow

Greetings All,I have written a script to delete those users whose Email, User ID, Ldap-Server is blank. Please let me know if it is ok.var encodedQuery="emailISEMPTY^user_nameISEMPTY^ldap_serverISEMPTY";   // semicolon addedvar gr = new GlideRecord("...

geet by Tera Guru
  • 5590 Views
  • 22 replies
  • 6 helpfuls

Resolved! How to associate a workflow with a request item in a script

I am very new to service now so it's possible (hopeful?) that the answer to my question is easy. I'm trying to implement the answer described in this post: Create a request from script via soap requests. I've already learned that writing directly to ...

mcosby by Kilo Explorer
  • 4274 Views
  • 2 replies
  • 0 helpfuls

We have a Parent table as HR case and its child table as HR Task. In HR Case form there is a field known as "Effective Date" and same as in HR Task. I need to display the HR case Effective date value same as in HR task Effective date. Can please anyo

We have a Parent table as HR Case (Human Resources) and its child table as HR Task. In HR Case form there is a field known as "Effective Date" and same as in HR Task. I need to display the HR case Effective date value same as in HR task Effective dat...