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

Forum Posts

Unable to increase maximum width of reference field

Hi,I set reference field from table 1, to table 2.It not showing the the exact data in table 2, due to maximum length its trimmed the data. When I tried to change the length I got the below popup. "Maximum length cannot be increased on a Reference ty...

firemoon by Mega Expert
  • 2495 Views
  • 13 replies
  • 0 helpfuls

Resolved! Copy fields from "Problem Ticket" to "Problem Task Ticket"

I have created a client script to copy fields from "Problem Ticket" to "Problem Task Ticket", it didn't work. Can someone guide me through?Table=ProblemType=onLoadfunction onLoad() {     //Type appropriate comment here, and begin script below if(g_fo...

kam_steven_ by Kilo Contributor
  • 4145 Views
  • 29 replies
  • 2 helpfuls

Configuration Item to Asset Relationship.

I am currently reviewing the Configuration Item and Asset relationship in Service Now and I want to find out what is the best way to do the following:1. Align incremental purchases against a configuration item2. Determine what is required to assign l...

terrymowles by Kilo Explorer
  • 1480 Views
  • 1 replies
  • 0 helpfuls

How do you grab the source of your ticket?

Hi allWe have a requirement to show the number of incidents and requests logged via our portal.I was wondering if anyone had already addressed this or if anyone had any ideas on how it could be implemented?I know there is a Contact Type field in Serv...

NeilH2 by Giga Guru
  • 3121 Views
  • 9 replies
  • 0 helpfuls

Resolved! Remove Asset Class from Model Categories

Before implementing Software Asset Management, someone assigned an asset class (alm_asset) to the Software category in the Model Categories.   This was done in a much earlier version of Service Now, and I'm not sure why this would have been done but ...

tschenke by Giga Contributor
  • 3522 Views
  • 6 replies
  • 0 helpfuls

XML Import of References

I was under the impression that Import XML drops references and/or records if sys_ids do not match across instances.To be sure I understood, I tried this:1. Export one sys_user_group record with "manager" referencing a user.2. Modify the user referen...

phsdm by Giga Expert
  • 1101 Views
  • 1 replies
  • 0 helpfuls

Resolved! Change Approval Workflow Issue

Hello Community,I am looking to get some help around this issue that I am facing in regards to workflows and approvals.==================HISTORY & CONTEXT==================When reviewing our change management workflows and building up our forms, some...

Normal & Retro Change ServiceNow Process Flow.jpg
rob_blakey by Tera Expert
  • 2564 Views
  • 2 replies
  • 0 helpfuls

Fixed IP-Address

Hello,  we are trying to integrate LDAP into ServiceNow or vis-versa... But I am unable to find informations about the "fixed IP-Address" ServiceNow uses to establish the connection. Any idea on where to find that information?  Thanks,Chris

wac by Kilo Contributor
  • 2291 Views
  • 8 replies
  • 0 helpfuls

Resolved! Database view not showing details in report

I have created a database view to join the Change and Approval tables. I then created an approval report but when I export the report to display the details the change details do not show. Is there a way for me to pull in the entire change record to ...

Questions about when I should EXTEND a table

I am new to ServiceNow & CMDB, & we are just implementing Fuji.   We would like to start by using the CMDB out-of-the-box.   After we use it awhile we will better know what additional information we want to track.   (1) Can I EXTEND the tables at any...

psenkow by Kilo Contributor
  • 2346 Views
  • 3 replies
  • 5 helpfuls

How can you decrease load times on large Catalog Items?

We have (at least) one exceptionally large Catalog Item used for requesting new computer/systems access.   It currently has the following, with little chance of any of these numbers decreasing:120+ Catalog UI Policies10 Catalog Client scripts450+ var...

Shane J by Tera Guru
  • 2625 Views
  • 8 replies
  • 3 helpfuls

Handling incoming email from an alias?

Hello all,We're running Berlin, and the problem where Berlin will not handling incoming email from email accounts that don't have a corresponding account already existant in the Users table is going to bite us.Many of our users have aliases, to map u...

mike_sol by Giga Contributor
  • 2295 Views
  • 2 replies
  • 0 helpfuls

Resolved! Business rule to display decimal value

Hi,I want a field F1 in Incident table which will store the value (F2 * F3) where F3 can be decimal upto two decimals like 356.87.What type F1 , F2 and F3 should be while creating is it String ?Need business rule to store this value.Can anyone sugges...