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

Forum Posts

Resolved! Custom 404 page for portal

Hi, We are having a requirement of creation a new 404 portal such that if any user tries to navigate to a page which does not exist or for which they do not have the relevant permissions to access, they are redirected to the custom 404 page and the U...

Akhil31 by Kilo Contributor
  • 4031 Views
  • 6 replies
  • 7 helpfuls

Reset password for Service Account

Hi All,We have done integration with another service now instance, for that we created one service account. We faced issue that the field was not mapping properly, it was working before. and we reset password for service account, then it is working n...

SncTriggerSynchronizer.executeNow(schImport)

Hi ,i want to know what does "SncTriggerSynchronizer.executeNow(schImport)" returns.it returns a sysid but i have checked everywhere but i dont know from which table it belongs.can i pass a variable to scheduled import while calling it via script ?Re...

abhay1069095 by Giga Contributor
  • 4006 Views
  • 8 replies
  • 0 helpfuls

Resolved! How to implement a back button in the Service Portal

After submitting a record in the service portal, what script should I write in the UI action to return to the previous screen?Please let us know. In the URL of the screen where you press the [New] button to create a recordSySID of the record associat...

How to generate tasks at the same time on flow designer?

How can I get tasks to generate at the same time on flow designer? I have these checkbox conditions to create catalog tasks but it only creates the second task if the first one is complete. I want them all to generate at the same time - how can I do...

find_real_file.png
simran3 by Tera Contributor
  • 1548 Views
  • 2 replies
  • 0 helpfuls

Resolved! How do I provide access to a custom System Properties page?

I followed the steps posted here to create a custom UI page for some new build:https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0715835which worked fine, except there seems to be a step missing (from any resource I can find abou...

Shane J by Tera Guru
  • 1601 Views
  • 1 replies
  • 4 helpfuls

Resolved! REST API for Bulk Creation of Incident (tickets)

Hi There, I am working on integrating the Service Now for creating the tickets on behalf of our customers. Our System will create lots of tickets, so, we cannot depend on the REST API which will create one ticket at a time. I want to know how can I c...

unmesh2 by Kilo Contributor
  • 3111 Views
  • 3 replies
  • 3 helpfuls

Resolved! How to add border for containers in service portal

Hi Team,I have a service portal page where am adding a new container and two rows, having total 4 columns(4 widgets).I need a border for the container alone, can i know where and how to give the css part for container.Can someone please help me out h...

roshini1_0-1666341472765.png
roshini1 by Kilo Guru
  • 1815 Views
  • 2 replies
  • 0 helpfuls

Resolved! How can we dot walk in UI policy of catalog item

Hello ALL ,I have requirement to set visibility of "hr_acuity" checkbox if "hr_opened_for" is :Only display if opened_for.location.category = XYZ I have also used this in script part:function onCondition() {if(g_form.getValue('hr_opened_for.location....

Alex_3 by Tera Contributor
  • 1571 Views
  • 3 replies
  • 1 helpfuls

Resolved! Inbound email action, capture only latest reply

Hi Members,I have an inbound email action that simply captures the response (replies only) and whatever comes in the email copy it to the ticket's comments. But if that email becomes a chain, multiple replies, the whole chain gets updated each time. ...