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

Forum Posts

Resolved! Service category in Service Catalog Vs HRSD?

What factors help decide whether it is better to add a service category in Service Catalog for employees HR related questions & route the ticket to an assignment group for addressing the ticket versus implementing an HR application module?

sonu kaushik by Tera Contributor
  • 1144 Views
  • 3 replies
  • 1 helpfuls

onBefore Transform script not triggered

Hello All, We are facing an issue with a transform map wherein the transform onBefore script is not getting triggered. A third-party tool is hitting our import set table API and updating information. The transform map was working fine, but when we cr...

Gopi22 by Tera Guru
  • 919 Views
  • 2 replies
  • 0 helpfuls

Azure blob storage with SNOW

Hi All,I am a beginner to ServiceNow.I am trying to upload an attachment from ServiceNow to storage container  using flow designer. I am using the Upload attachment to container action in Azure blob storage spoke. But I am not able to choose  the dat...

vijila_0-1675296416338.png
vijila by Giga Contributor
  • 2081 Views
  • 5 replies
  • 0 helpfuls

Pre-defined filter in reports

Hi folks,Is there a way to add a pre-defined filter to existing reports, or do I have to manually add those filters in the report?An ITIL user has created and saved a filter on the Problem table, and now they want to add this filter (which contains m...

miro2 by Mega Sage
  • 819 Views
  • 1 replies
  • 0 helpfuls

Resolved! Creating a Task Type

Hey Everyone,  I am a little confused about how to create a task type on the sn_customerservice_task table. I want to make a custom task type. I created a task type in Task Communication Management, but it wouldn't select my task type as a choice in ...

Screenshot 2023-05-15 151011.png
Community Alums by Community Alums  
  • 1513 Views
  • 1 replies
  • 0 helpfuls

Resolved! Create multiple tasks based Yes/No or Checkbox variables

I am trying to create a Catalog Item that has 4 yes/no or checkboxes that indicate who this particular ticket effects. If yes then generate a ticket to that group. My problem is multiple variables can be yes and my flow stops once the first if is eva...

ArrayUtil unique not working

I have this code that I am using in a fix script and I am trying to get an unique array. The ArrayUtils does not work. Can someone tell me whats wrong with this?/ Get all usersvar userGr = new GlideRecord('sys_user');userGr.addQuery('sys_id', 'user s...

Jalen by Tera Contributor
  • 1284 Views
  • 2 replies
  • 1 helpfuls

Conditionally build query in script

I'm trying to build a script that will conditionally create a query based on the roles a user has.  The user could have multiple roles which would add different conditions to the query. if gs.hasRole('Role1') {  current.addQuery('sys_id', '12345');} ...

Melissa Reed by Tera Contributor
  • 1096 Views
  • 3 replies
  • 0 helpfuls