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

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

Forum Posts

UI Builder Kanban Board - how to set configurations

Hi Everyone, I tried adding Kanban Board in UI Builder but I don't seem to know which data should i provide to the configuration parameters. I tried checking the  https://developer.servicenow.com/dev.do#!/reference/now-experience/sandiego/now-compone...

Tadz by Kilo Sage
  • 1822 Views
  • 4 replies
  • 2 helpfuls

Resolved! How to change a view of a change record?

There is a dashboard of tasks and change records. One of the tab says Calendar view Report and that has change numbers , when you click on that , it opens into a calendar view as shown below but we need the form view of the record .  Then we click on...

Mouktik_B_0-1712226565483.png Mouktik_B_1-1712226683908.png
Mouktik_B by Tera Contributor
  • 1238 Views
  • 3 replies
  • 1 helpfuls

ServiceNow HRSD Fact-1

The most asked question 'what is ServiceNow HRSD? How it is helpful to employees'Let's assume if you had to chase HR for every HR service like payroll, medical benefits etc. How difficult it could be, ServiceNow HRSD is human resource service deliver...

HRSD Fact-1.png

Trigerring an email to ServiceNow

Hi, Currently we are working on fetching the particular email from ServiceNow.We have tried fetching through fix scripts and background scripts.But it was not triggering an email.Can anyone suggest some ideas or particular code to execute the above s...

Removing a UI action button from configurable agent workspace

Hi Everyone, recently i was moving from Classic HR agent workspace to configurable HR agent workspace and i noticed the UI action buttons are not available in 'Configurable HR agent workspace' so i went on the backend of a UI action button and clicke...

kartikey_0-1712224224664.png
kartikey by Tera Contributor
  • 1359 Views
  • 3 replies
  • 0 helpfuls

Resolved! Pass URL parameters - service portal

Hi, I've been using the following script (below) for years to pass URL parameters and just found out that it does not work in Service Portal. I've seen a few possible workarounds but none of them worked. Anyone have a good solution to getting this to...

arobertson by Tera Guru
  • 9281 Views
  • 3 replies
  • 10 helpfuls

Resolved! I want to generate a pdf of selected records in a list?

Hi All,I want to generate a PDF of selected records in a list, when the user clicks on 'Generate PDF' UI action(List Choice),created by me.Is there a way I could do this.Thanks,Trinadh.Developer Community Service ManagementdvpChuck Tomasi's BlogPrade...

How to make Web API more secure?

Is there a possibility to make web API calls more secure?We want to make sure that the service account should not be misused.Note: We already have IP address access controls on place.