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

Forum Posts

Resolved! how to exclude 2 members from group approval

How to exclude only three users from group approval in workflow. I am using Approval user activity. Here is my script which is going for group. var gr = new GlideRecord("sys_user_group");gr.addQuery("parent", current.u_designated_cab);gr.addQuery("ty...

kamer by Kilo Expert
  • 1551 Views
  • 5 replies
  • 1 helpfuls

Resolved! JSON Object Empty String

HI I am trying to build JSON object to use in one of the integration. Below code works fine if used hardcoded value but fail if use workflow scratchpad variables. I am trying to execute this in service catalog workflow activity. anyone face same issu...

Resolved! Scripted Rest API: Create RITM and SCTASK

Hello,   I'm facing an issue when i try to create my RITM using the Scripted Rest API i have every time the opened_by and resquestd_for fields with geust value ?   Note: - Basic Authentification used (user have all role, admin, security admin, rest.....

imed1 by Tera Contributor
  • 2956 Views
  • 17 replies
  • 1 helpfuls

Resolved! std_change_proposal

Hi , As an admin  once I open  Standard change My proposal or open proposal the   its  showing the  below  values  in change_request values   Once I  open this with an ITIL role  where  full  access  has been provided  to  std_chnage_proposal , table...

find_real_file.png find_real_file.png
ARNAB3 by Giga Expert
  • 1816 Views
  • 18 replies
  • 1 helpfuls

How to set "Who will receive" through mail script?

Hi Everyone,I want to add "Who will receive' from <mail_script></mail_script>. is there any way by which we can set user/group filed in "Who will receive".I m writing this code as below in <mail_script> in email template. But this is not working:<mai...

m_servicenow by Kilo Contributor
  • 20951 Views
  • 18 replies
  • 6 helpfuls

Resolved! How can I create a dialog window in Service Portal .

I have a requirement where I want a dialog window containing html contant to display on click of button in Service Portal.I am new to ServiceNow and have got to know that dialog does not work in portal.  Please help!

Glide Record check user satisfies the user criteria

Hi Everyone, Is it possible to add user criteria as a query in a GlideRecord? Lets say, i want to display a knowledge base articles on the portal. And some articles have user criteria. I want my gliderecord to return only items that the user has acce...

Tadz by Kilo Sage
  • 3149 Views
  • 6 replies
  • 0 helpfuls

Get row count in import set

Hi all,i have a data source file containing columns "PO number" and "assets" .After running   the transform,   i need to get the count of assets under each PO . How can i achieve this ? please suggest .NOTE :I am getting the total row count when am u...

niharikayb by Kilo Contributor
  • 2932 Views
  • 6 replies
  • 1 helpfuls

Advanced Work Assignment - Assign regardless of state

I was wondering if it was possible to set up AWA to make assignments regardless of the state the agent is in. Currently, it is required that the agent be 'Available' and then it will present the assignment in the Agent Inbox. However, with our curr...