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

Forum Posts

Fields and description for all Key tables in Service Now

Hello,Is there any reference which I can refer for list of all tables, respective fields and description.I am majorly interested in below tables:IncidentProblemChangealm_assetcmdb_ciUsersc_requestRegards,Teena

teena2 by Kilo Contributor
  • 14348 Views
  • 3 replies
  • 9 helpfuls

Resolved! Search Tables in Navigator Filter

While I was at Knowledge 16, I thought I saw an instructor search a table within the filter navigator, click enter, and it brought them to the table record. Is that not a feature? Looking for some clarification on how tables can be searched for besid...

Marques2 by Tera Expert
  • 4494 Views
  • 2 replies
  • 1 helpfuls

Request Security / Computer Access

Hi,I want to create an "access request" within ServiceNow for our Security Provisioning analyst. They work with creating/modifying/disabling active directory user account, folder/group permissions, exchange access, giving access to other systems, etc...

Beto by Mega Guru
  • 1479 Views
  • 4 replies
  • 3 helpfuls

How to ignore Signature Images as attachments in Incidents?

Users have different images/logo in the Email Signature . When the user sends email to ServiceNow it converts all the images/logo as attachments in the Incident. Is there a way to ignore signature images/logo's while creating incidents? Note: I could...

Variable vs Variable Set & Breaks

We are working on a project written on Helsinki, and having issues with Variables and Variable Set on an Order Guide within the Service Portal, Just wanted to reach out about it and see what other people have seen. Currently we have a two column, alt...

Resolved! How to make Configuration Items read only to non-Admins

Hello all,It appears as though the out of the box SNOW configuration allows all users with the Itil role to be able to create, edit and delete Configuration Items in SNOW.I would like to change this so that:         1. Itil users have read only acces...

bostonsnow by Kilo Guru
  • 3936 Views
  • 4 replies
  • 1 helpfuls

Cannot see some states when looking up Task table

We are trying to set up the System Definition > Application Menus > Service Desk > My Work link to display all Incident, Problem, and Change (Approval requests) with a specific filter, but are having trouble with configuring the exact States. That is...

geoffluk by Tera Contributor
  • 2896 Views
  • 5 replies
  • 0 helpfuls

Repair SLA with new start time?

Hi all!Is it possible to Repair SLA's and set new Start Time on the task_sla's?We have been struggling with correctly defining SLA definitions and different start times.Now, the "Set Start To"-field on the SLA definition is set to "u_vendor_start_tim...

Copy/paste of incident link will send enduser to backend

Hi guysWhen the ITIL user copy/paste an incident number from the list/view.. add that (url) number to an email and send it, it will be possible for end users (without role) to enter the backend (or self service backend) instead of the Service Portal....

priisholm by Mega Expert
  • 1279 Views
  • 3 replies
  • 0 helpfuls

Resolved! Dashboards and required roles/licenses

We are rolling out the Istanbul release and I am trying to decide whether ITIL role users should use Responsive or Non-Responsive dashboards or remaining with Homepages.The Responsive Dashboards appear to be the best and according to the Differences ...

jeffeliasz by Giga Contributor
  • 3761 Views
  • 6 replies
  • 5 helpfuls

Resolved! Calculate Days open based on sys_created

HI Experts i am trying to write code to calculate no of days a ticket has been opened based on only sys_created_on .Below is the code that i tweaked little bit but its not workingbelow is script include:var CalculateDuration = Class.create(); Calcula...