The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

How to get the OU from sccm

I have been asked to include the OU information for each device in service now. I have no issues with getting it into the tables if i could just find it..   we are using the OOB SCCM integration.  As far as i can tell the OU is not on the v_GS_Comput...

Resolved! Unable to load WSDL

I am trying to generate a Sample SOAP and I am getting the error "Unable to load WSDL".I am not using any MID server.Please find the attached screen for reference.

find_real_file.png
Madhu5 by Tera Contributor
  • 5659 Views
  • 9 replies
  • 1 helpfuls

Business Stakeholder role in servicenow

Newyork version has new role - Business stakeholder .  Does this role have read only access to incident management/problem management  please guide me 

Gary22 by Tera Contributor
  • 38934 Views
  • 7 replies
  • 8 helpfuls

Resolved! Prevent adding comments on portal

How to prevent Admin users from adding additional comments on a closed incident from the portal. OOB: this gets disabled for non-admin users, not for admin. I am finding it difficult where to check in platform what ACL is governing this?

find_real_file.png
Nishant16 by Tera Expert
  • 2668 Views
  • 12 replies
  • 0 helpfuls

How to encrypt the catalog variable field value after entered the data in to it. ex: once end user enter his home address (sensitive info) we need to make it as encrypted (not in readable) format. And same has to applicable in RITM form.

I have a requirement to hide or encrypt the customer personal data (address) in the order guide form. I tried with variable type -Masked and enabled the 'use encryption' option. but it is notworking as expected. and there is a option to Hide and show...

Thanvik1 by Tera Contributor
  • 1339 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to return count of objects from an array

Hi, I have the below array of objects. var arr = [ {group: "AA", complexity: "Simple"}, {group: "AA", complexity: "Complex"}, {group: "AA", complexity: "Simple"}, {group: "BB", complexity: "Simple"}, {group: "AA", complexity: "Med...

Hari1 by Mega Sage
  • 3377 Views
  • 8 replies
  • 4 helpfuls

Populate User Details in Multi Row Variable Set on change of Group

Hello Guys, I have created a catalog item with a Group field (reference) and there is a multi row variable set with 3 variables in it. My requirement is, when i select any group in the Group field, then the members of that selected group must auto po...

vijay39 by Giga Expert
  • 2626 Views
  • 13 replies
  • 0 helpfuls

new GlideDateTime().getMonth not working properly

I need to get the current months of the 2 dates.   I am trying to use the getMonthLocalTime(), getMonthUTC() and getMonth() so as to get the current month of the date entered. If the date is larger than 12, then it is working fine and returning the m...

gayatri6 by Tera Contributor
  • 2316 Views
  • 10 replies
  • 0 helpfuls

closing of problem record only when all the problem tasks are closed

Hi everyone, In problem record , problem record will  be closed only  when all the ptasks are closed complete. before the record is closed  then a message should be display please close the ptask . if we cancel the problem record then all the problem...

msc by Tera Contributor
  • 1976 Views
  • 9 replies
  • 4 helpfuls

Auto close related tasks on change request closure...

I'm trying to figure out a business rule (script?) that runs when a change request has been marked as closed, it also closes all of the change tasks that are open. I'm either debating this or a BR that tells the user that there are tasks open. Maybe ...