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

Forum Posts

Resolved! Servicenow to Microsoft Team Integration

We are having a teams and servicenow integration using the IT Service Management integration with Microsoft Teams plugin. When we are initiating the chat from the incident, We are getting 401 - Unauthorised Error. Could anyone help on this.?

Resolved! Populate the array to a string field

Hi All, I want to copy all the values returned from a while loop in a string field.Example if while loop gives me 3 ips, then ipdup field should have 1,2,3 ips. var record=arr[i];var gr= new GlideRecord("cmdb_ci_ip_address");gr.addQuery("nic.cmdb_ci"...

Madhu5 by Tera Contributor
  • 1434 Views
  • 4 replies
  • 0 helpfuls

Breakdown Source not working on a Dashboard

The Breakdown sources which are working in another dashboard is not working on a specific dashboard. The Breakdowns are having all the required Breakdown mappings for the tables referred in the dashboard reports. But still it is not showing any resul...

SarathP by Tera Contributor
  • 962 Views
  • 1 replies
  • 1 helpfuls

Resolved! All fields of table not present in sys_dictionary

I have a doubt that in my sys_db_object table when i go to incident table and see the fields there are around 100 fields for the table.But in sys_dictionary if i search for incident table there are only 25 fields so why do sys_dictionary does not con...

qusai by Kilo Contributor
  • 2102 Views
  • 17 replies
  • 2 helpfuls

Help me understand the roles snc_internal,itil and cmdb read

Hi All, I want to understand the use of these roles. Can someone help me 1.what is the use of snc_internal role. Even with this role, the user is navigated to the portal page and not to the servicenow UI. 2.To login to the native servicenow UI what i...

Madhu5 by Tera Contributor
  • 2513 Views
  • 1 replies
  • 2 helpfuls

Resolved! Reference Variable Dropdown User ID only

Can anyone provide some insight on how I create a reference variable for a catalog item that allows the user to only select from the user id field. Right now, I'm able to create the reference variable to the user table but in the dropdown of the vari...

TStark by Kilo Sage
  • 649 Views
  • 2 replies
  • 0 helpfuls

How can I restrict the Assignment Group list

We have two reference fields (Assigned To and Assignment Group). When we select an Assignment Group we only show the list of Assigned To folks associated to that group.  We now want to select a user from Assigned To and only show the Assignment Group...

John H1 by Tera Guru
  • 1095 Views
  • 4 replies
  • 0 helpfuls

How to add Record Producer Variable Set in Data Table Widget?

We have this table of records that are shown in portal using the Data table from URL definition widget. We also added a new variable set in the record producer which contains two variables and these are not mapped to any of the fields in our table.  ...