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

Forum Posts

Report of All "group reassignment" bins used?

I need a report that shows a list of all Assignment Groups that a ticket was reassigned to. You know how there is the field "Group Reassignment count", if the count is "4" then I need to know the list (and order/time stamps) with the actual group nam...

RC2 by Tera Contributor
  • 356 Views
  • 2 replies
  • 0 helpfuls

OAuth flow failed

Hi,  Trying to integrate Microsoft Intune and followed all the steps  provided here  https://www.servicenow.com/community/developer-articles/integrate-with-microsoft-intune-authorisation/ta-p/2312760 Unfortunately throwing an error when I try to chec...

Best practices around SLAs

Hello, We want to implement SLA's on our company, but we dont konw how we can manage some scenarios.  -For incidents we have two types of  resolution SLA, a first SLA if the incident is resolved with a workaround solution and a second for incidents c...

External Knowledge Sources

Hello all, I need to bring external knowledge sources into the knowledge base. The external source is from dev azure. I am facing errors like "Error-org.apache.jackrabbit.webdav.DAVException:Unautphorized" while running the schedule in external knowl...

Shivani_1 by Giga Contributor
  • 630 Views
  • 1 replies
  • 0 helpfuls

populate cost center code in default logged in user

Hello,For logged in user i need to show the cost center code as default, I have tried the below code in default value but it is not working.javascript: var gr= new GlideRecord('sys_user');gr.get(gs.getUserID());gr.getValue('cost_center');

Null values are not updating in Integration

Hii Everyone,         I am currently working on snow to snow Integration with SOAP and web services using business rules,the inserting and updating of incident is working successfully. But when I am trying to update incident with null values that was...

tonystark by Mega Expert
  • 1535 Views
  • 4 replies
  • 0 helpfuls

Resolved! ITIL User can't request a Standard Change

My ITIL users can create "Normal" and "Emergency" changes just fine.I have created a new "Standard" change template, but when they try to select the Standard change from the list, they get the "not authoized" message.  I even gave one a "change_manag...

Joe Taylor by Giga Guru
  • 978 Views
  • 3 replies
  • 0 helpfuls

display user name, cost center & country

Hi All, i have a request where based on logged in user i have to fetch details from the user table regarding the following,(on load) cost centercountryuser id the value should change if the logged in user "requested for" is changed manually. (on chan...