We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

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
  • 2037 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
  • 733 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  
  • 2063 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  
  • 884 Views
  • 2 replies
  • 0 helpfuls

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
  • 1260 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...

Resolved! How to do assignment group using the flow designer.

Please check below requirement and help me to get configure assignment group in flow designer using script.Basically, we need to populate using based on the Dot walkWe have when we are submitting CI in RITM. Creating a task, we have a variable which ...

Challasunil_0-1672652047534.png Challasunil_1-1672652174748.png Challasunil_2-1672652306491.png