Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

how to use parm 2 in email script and fetch data

Hi All,I have a scheduled job from where i am triggering an event and sending parm2,i want to use this parameter in my email script to glide data from incident table. gs.eventQueue("eventname","current", parm1, parm2);now i want to use parm2 which co...

Priya75 by Tera Contributor
  • 1947 Views
  • 2 replies
  • 6 helpfuls

portal request not found

Hi , I have a before query business rule running on request tables , it will restrict the the user for a specific group to view the records . but when the user is requesting item from service portal it pop up a message request not found for the user ...

find_real_file.png

Best way to import Assets to HAM

We are starting to use our Asset mgmt. module and I would like to import an initial dump of 600 assets (laptops & printers).I will be doing an import however I think it may have to be done as 2 separate imports. I noticed the Hardware Assets form (al...

Resolved! How do I convert a date format

I have a Script Include/Client Script that adds 27 months to a date field, the problem is it changes the date format to 2023-09-12 instead of 09-12-2023. How can I update the client script to show the correct format?

John H1 by Tera Guru
  • 957 Views
  • 5 replies
  • 0 helpfuls

Give access to group to view ticket

Hi Team,I want to give read access of private ticket to user who has ad role. Private is check box field on incident form.I have created one group and Add one user and one role "ad" to that group.I have created one read ACL incident.None with conditi...

lucky24_0-1694615390310.png lucky24_1-1694615416257.png
lucky24 by Tera Contributor
  • 947 Views
  • 1 replies
  • 0 helpfuls

Remove a related link from portal profile options

Hi, hoping for a quick solution.... We are using CAS authentication for all of users. We have a configured the system so that if a user as no role in servicenow, they will be taken directly to the portal. If they have any role, they will be presented...

Tony Minhas by Kilo Explorer
  • 1572 Views
  • 5 replies
  • 0 helpfuls

How to call flow designer action from OnSubmit client Script

Hello, From the Onsubmit Client script, I'm trying to trigger the Flow Designer action. But it is not working.As you can see from the code below, I'm trying to call a flow designer action, and based on the output, if output is true, I need to send an...

JRY by Mega Guru
  • 3262 Views
  • 11 replies
  • 0 helpfuls

Resolved! Approve button not working on ESC portal

Hello Everyone, Approve/Reject button is not working on ESC portal if we click as an ITIL or any other user, but record is being approved when we approve as an admin. Before approving:   After approving as Approver / ITIL user : If I refresh the pa...

find_real_file.png find_real_file.png find_real_file.png

Configure a Field Type - Phone Number

Hi All,I want to use the field type phone number but my country is not included in the list.How can I add a country to the list?Another question is how can I create a new type (for example: 4+ digits string ). Thanks:)

String Minimum Length Attribute

Hi All,I have a short description field and I want to set it's minimum length to 4 digits.Is there an attribute to use instead of writing a script? Thanks :))