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

Forum Posts

How to share a survey with other users

Hi,I have a requirement. I need to share survey with other users. Let's say i will receive the survey and i will not be taking it and i need a member from my team to fill out the survey for me on my behalf. But when i share the survey link that i hav...

Hari1_0-1667493921527.png
Hari1 by Mega Sage
  • 641 Views
  • 2 replies
  • 0 helpfuls

Are Problems ONLY for Break/Fix Issues

I'm looking for documentation that outlines if a problem should only be opened for break/fix issues? Or are problems also used to track volume for issues that aren't broken but there are opportunities to make the user experience better.  Example, my ...

Cbanik by Kilo Contributor
  • 853 Views
  • 3 replies
  • 1 helpfuls

Resolved! Limit and ITIL users access to various modules

We have a need for a non-IT user to have access to RITMs, Incidents and Change tickets (read & create) for only a particular group.  I did use a script that was posted to create a business rule on incident and that works for incident.  We do not want...

jabest13 by Tera Expert
  • 1207 Views
  • 7 replies
  • 3 helpfuls

Sourcing Task NOT showing Add Purchase Order Button

I have a sourcing task that has been created from a request. I can Add a Transfer Order just fine. I can't add a Purchase Order. The button is grayed out. Procurement module is active, and the catalog item, product model, and vendor catalog item reco...

find_real_file.png

Transform Map create duplicates

Hi all,I am searching for a way to prevent transform map to create duplicates in the Switch Table. Please suggest me a way in which this can be accomplished. Kindly share any docs/ materials related to this requirement that you might know. Thank you.

Interactive filter for multiple field

Hi,I wanted to build an interactive filter in which I can select from multiple fields and values. But I am unable to do so.  How to proceed with this? And how to select multiple field values for this. Any suggestions are welcome   

snowE_1-1672646880621.png snowE_2-1672647016242.png
snowE by Tera Contributor
  • 1616 Views
  • 3 replies
  • 0 helpfuls

Resolved! Trial Version

Dear All,I am new to ServiceNow and would like to download the trial or demo version for practice purposes. Please how do I do that?Thank you!

OAJIBAWO by Giga Contributor
  • 1400 Views
  • 1 replies
  • 0 helpfuls

Resolved! Getting user object in script include

I am trying to check if user is a member of the group in a script include using the following but doesnt work. Calling this script include from a fix script. var u_obj = new GlideRecord('sys_user');u_obj.get(sys_id);if (u_obj.isMemberOf('Developer'))...

samadam by Kilo Sage
  • 484 Views
  • 1 replies
  • 0 helpfuls

Resolved! If variable is not empty for catalog item, give an alert

Hello Experts, I want to generate alert when Closed complete/Closed incomplete/Closed Skipped UI actions are clicked for closure of catalog task for IT assistance catalog item. Can you please guide what will be the code I have to use in UI action. Or...