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

Forum Posts

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
  • 1837 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
  • 1837 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
  • 611 Views
  • 1 replies
  • 0 helpfuls

Resolved! Error MessageNo valid config found for booking an appointment for catalog id

I am working on walk-up experience appointment booking.Created a record producer for the table wu_appointment with 2 out of the box variable setssn_walkup_variable_set and sn_appointment_variable_setwhen i am clicking on try it UI action, getting the...

Community Alums by Community Alums  
  • 1705 Views
  • 13 replies
  • 1 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...

Community Alums by Community Alums  
  • 774 Views
  • 2 replies
  • 0 helpfuls

Resolved! In which cases can we use the role "Nobody"?

Hello everyone! I have seen, that there's a role in the Base system roles, that is call "Nobody" and it has a warning message that sais: "Applying the nobody role may be irreversible if applied to some important system functions." and the description...

Validation on comma separated values

Hi Team, I have a requirement,We have a catalog item,where we have one variable called as'TAX ID' which is single line text field.so users should enter the TAX ID manually,and after that we have to validate whether the 'tax id ' entered is correct or...

KARAN24_0-1672732045455.png
KARAN24 by Tera Contributor
  • 1070 Views
  • 6 replies
  • 0 helpfuls

Resolved! Field Access for Additional comments.

Hello,We have a requirement on Customized Table in which Additional Comment field should have write access for snc_internal  role with a filter Opened by is (dynamic) Me. For this we created a simple write operation ACL for the required table and fie...