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

Forum Posts

Mandate checkbox in employee form (or survey)

Hi experts, I have an employee form here (to collect input from the employee center portal). Now I want to mandate the checkbox. Is there a way to do that? I am new to ServiceNow  cheers 

LindaTran_0-1705628935881.png
_lt20 by Tera Contributor
  • 770 Views
  • 4 replies
  • 0 helpfuls

Resolved! LDAP - Stop user record insert when username is blank

This doesn't happen often but once in a while an account is created with an empty username or a contract gets added to the incorrect OU. (all by mistake or an error). Is there a way to stop the insert of the record during the LDAP import? Also, if th...

GB14 by Kilo Patron
  • 776 Views
  • 2 replies
  • 2 helpfuls

Knowledge Portal - Pull recently viewed articles by user

Good day, We have a requirement to show recently/last viewed articles by the logged in user in the portal. Is this possible and has anybody tried this? How? I have tried to use the kb_use table which does comes up with the list but doesn't allow the ...

Mary Mationg by Kilo Contributor
  • 1453 Views
  • 3 replies
  • 0 helpfuls

Coveo connector only fetches 100 items

We are testing the Service Now connector in Coveo to create a Coveo source of KB articles. The connection to the SN api is working but the connector only ever fetches 100 items. We are expecting around 2000, according to our SN team. I'm a Coveo user...

pzzd by Kilo Contributor
  • 693 Views
  • 2 replies
  • 0 helpfuls

Resolved! Auto resolved case

I want to move state of case to Resolved if state is in "awaiting info" for 10 days straight.how can I accomplish that ?

How can I add an assignment_group condition to a UI action?

Hello all. I'm having some issues updating the condition on a UI action and am looking for some guidance. We have a UI action that is currently working. The condition for that UI action is: (current.u_work_order_number.nil())&&(gs.getUser().hasRole('...

Casey23 by Tera Guru
  • 1466 Views
  • 8 replies
  • 0 helpfuls

Capturing value from widget into a project field

Currently, we have a widget built that displays the key risks, actions and decisions for a single project on a page. What our corporate staff would like to see is a report of all projects with those key risks, actions and decisions listed on that rep...

rdskn023ET by Tera Contributor
  • 461 Views
  • 1 replies
  • 0 helpfuls

Need help for one calculation

Hi    I have below requirement. there is one table called History of employee. I need to calculate current year and last year Rank and calculate the points gained.employee numberyearrank performance points100202431100202342100202253101202442101202342...

Are Kaveri by Tera Contributor
  • 737 Views
  • 6 replies
  • 0 helpfuls

Resolved! displaying REST reponse count on a webpage ??

Hi guys , a little help please ..So we are using the REST aggregate API to retrieve a count of incidents open.We have an intranet page that we want to display this number on but im struggling on how to get the number from the response so that i can u...